Get Reel Status

Check the status of a reel generation job

Authentication

X-Api-Keystring
API Key authentication via header

Path parameters

idstringRequired
The reel generation job ID

Response

OK
idstring
Unique identifier for the generation job
statusenum
Status of the generation job
Allowed values:
created_atstringformat: "date-time"
Timestamp when the job was created
updated_atstringformat: "date-time"
Timestamp when the job was last updated
generation_configobject or null
Configuration for reel generation
rendering_configobject or null
Configuration for reel rendering
video_urlslist of strings or null
URLs of input videos
video_idslist of strings or null
IDs of input videos
promptstring or null
The generation prompt
outputlist of objects or null

Generated reels (only present when status is completed)

error_messagestring or null

Error message (only present when status is failed)

Errors