Get the latest immutable cut.md version
Get the latest immutable cut.md version. Durable editable image and video projects. Source versions use optimistic concurrency and can be opened in Studio. Required API key scopes: `projects:read`.
Authorization
apiKeyAuth Path Parameters
Resource identifier
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v2/projects/string/cut"{ "success": true, "data": { "id": "cut_01J", "projectId": "project_01J", "cutVersion": 1, "projectVersion": 3, "schemaVersion": "jsoncut.cut/1", "status": "draft", "document": { "frontmatter": { "cut": "jsoncut.cut/1", "id": "launch-cut", "name": "Launch cut", "status": "draft", "scope": "project", "kind": "video", "intent": {}, "output": {}, "governance": {}, "style": {}, "media": {}, "quality": {}, "technical": {} }, "body": "" }, "validation": { "ok": true, "findings": [] }, "resolvedReferences": [], "createdAt": "2026-08-25T09:00:00.000Z", "updatedAt": "2026-08-25T09:00:00.000Z" }}Get project, cut.md and reusable-resource context GET
Get project, cut.md and reusable-resource context. Durable editable image and video projects. Source versions use optimistic concurrency and can be opened in Studio. Required API key scopes: `projects:read`.
Save a validated immutable cut.md version PUT
Save a validated immutable cut.md version. Durable editable image and video projects. Source versions use optimistic concurrency and can be opened in Studio. Required API key scopes: `projects:write`.