JsonCutDocs
V2 APIEndpointsProjects

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`.

POST
/api/v2/projects/{id}/cut/validate

Authorization

apiKeyAuth

Path Parameters

id*string

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": []  }}