BlitzReels
BlitzReelsDocumentation
API Reference
POST
/projects/{projectId}/export

Export a video or carousel project. For video projects, returns MP4/MOV video files or thin FCPXML timeline metadata with container_format='mp4'/'mov'/'fcpxml'. FCPXML exports do not bundle media and may reference signed cloud URLs that expire, so relinking may be required. For carousel projects, returns ZIP archive with individual slides as JPG/PNG images. Response includes container_format and image_formats fields.

Cost note: This operation may consume AI credits and can take time to complete.

Authorization

ApiKeyAuth
Authorization<token>

Use Bearer br_live_....

In: header

Path Parameters

projectId*string

Header Parameters

Idempotency-Key?string

Retry key (8-200 characters). Reusing it with identical input returns the original response; different input returns 409.

Match^[A-Za-z0-9._:-]+$
Length8 <= length <= 200

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/projects/string/export" \  -H "Content-Type: application/json" \  -d '{}'
{  "export_id": "string",  "job_id": "string",  "status": "string"}