BlitzReels
BlitzReelsDocumentation
API Reference
POST
/formats/video-model-benchmark/runs

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.

Authorization

ApiKeyAuth
Authorization<token>

Use Bearer br_live_....

In: header

Request 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/formats/video-model-benchmark/runs" \  -H "Content-Type: application/json" \  -d '{    "prompt": "stringstri"  }'
{  "format_id": "video-model-benchmark",  "job_id": "string",  "project_id": "string",  "status": "queued",  "left_model": "string",  "right_model": "string",  "duration_seconds": 0,  "estimated_credits": 0,  "estimated_seconds": 0,  "created_at": "string",  "input_warnings": [    "string"  ],  "plan": {    "aspect_ratio": "16:9",    "layout": "split-screen",    "audio": "muted",    "left": {      "model": "string",      "label": "string"    },    "right": {      "model": "string",      "label": "string"    },    "brand_label": "string"  }}