cURL
curl --request GET \ --url https://api.getbluma.com/api/v1/videos/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "status": "queued", "progress": 50, "template_id": "<string>", "url": "<string>", "thumbnail_url": "<string>", "duration": 123, "size_bytes": 123, "created_at": "2023-11-07T05:31:56Z", "completed_at": "2023-11-07T05:31:56Z" }
Check the status and details of a video generation job
Use your API key in the format: Bearer bluma_live_your_api_key_here
Bearer bluma_live_your_api_key_here
Video details
queued
processing
completed
failed
0 <= x <= 100