List registered critics (Profile family)
Every enabled critic: id, label, tier, phase, floor, and reference media. Rubric text, rules, and evaluator URLs are write-only — registration config comes back, payloads don't.
API key auth. Prefix cf_live_ for production orgs, cf_test_ for sandbox.
In: header
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/critics"{ "critics": [ { "criticId": "string", "label": "string", "tier": "rules", "phase": "static", "floor": 0, "referenceMediaIds": [ "string" ] } ]}{ "error": { "code": "string", "message": "string", "details": { "property1": null, "property2": null } }}{ "error": { "code": "string", "message": "string", "details": { "property1": null, "property2": null } }}{ "error": { "code": "string", "message": "string", "details": { "property1": null, "property2": null } }}{ "error": { "code": "string", "message": "string", "details": { "property1": null, "property2": null } }}{ "error": { "code": "string", "message": "string", "details": { "property1": null, "property2": null } }}Delete a registered critic DELETE
Required permission: projects:write
Render one component's motion-clip preview POST
Queue a MOTION-clip render of ONE org-installed component (VP9-alpha webm — the same bake the production render composites, so what you preview is what ships) in a server-managed warm box. Returns a jobId — wait_job(kind='preview') for the presigned clip. Compile/runtime failures land on the job terminal with the sanitized author-fixable message.