Authorization
ApiKeyAuth Use Bearer br_live_....
In: header
Header Parameters
Retry key (8-200 characters). Reusing it with identical input returns the original response; different input returns 409.
^[A-Za-z0-9._:-]+$8 <= length <= 200Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/projects" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'{ "id": "string", "name": "string", "description": "string", "aspect_ratio": "9:16", "status": "string", "thumbnail_url": "string", "created_at": "string", "updated_at": "string"}Run a branded two-model video benchmark POST
Creates a 16:9 project, sends one exact prompt to two text-to-video models, waits for both generated media assets to finish processing, and composes a muted branded split-screen comparison. The response includes aggregate estimated credits plus job and project IDs. Poll the job until terminal, then inspect the project timeline before export.
Create editable content item POST
Next Page