Skip to main content
Base URL: https://api.arcstudiopro.com Authenticate every request:
Authorization: Bearer YOUR_API_KEY

Endpoints

EndpointDescription
List scriptsList scripts in a project
Get scriptGet script metadata and snapshots
List snapshotsList snapshot metadata
Get snapshotGet one snapshot metadata object
Get snapshot documentGet a fixed document as JSON or Markdown
Get latest snapshot documentGet the latest document as JSON or Markdown
Use Data model for object shapes and rich text details.

Caching

Fixed snapshot document URLs are immutable. Latest snapshot document URLs return Cache-Control: no-store.

Errors

{
  "error": {
    "type": "invalid_request_error",
    "code": "script_not_found",
    "message": "No script found for that id.",
    "request_id": "req_..."
  }
}