Validate cut.md without saving it
Validate cut.md without saving it. 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
Request Body
application/json
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/api/v2/projects/string/cut/validate" \ -H "Content-Type: application/json" \ -d '{ "markdown": "string" }'{ "success": true, "data": { "ok": true, "findings": [] }}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`.
Export a portable .jsoncut project bundle with its media GET
Export a portable .jsoncut project bundle with its media. Durable editable image and video projects. Source versions use optimistic concurrency and can be opened in Studio. Required API key scopes: `projects:read`.