BlitzReels
BlitzReelsDocumentation
API Reference
POST
/generate-music

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/generate-music" \  -H "Content-Type: application/json" \  -d '{}'
{  "job_id": "453bd7d7-5355-4d6d-a38e-d9e7eb218c3f",  "kind": "image",  "status": "queued",  "status_url": "http://example.com",  "cancel_url": "http://example.com",  "project_id": "405d8375-3514-403b-8c43-83ae74cfe0e9",  "media_id": "59458438-e712-4754-944d-fc838e1a631d",  "estimated_credits": 0}