API Reference
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-sound" \ -H "Content-Type: application/json" \ -d '{ "prompt": "string" }'{ "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}