Get Reel Status

Get the status and output of a reel generation job.

Authentication

X-Api-Keystring

API key authentication via X-Api-Key header

OR
AuthorizationBearer
Bearer token authentication via Authorization header

Path parameters

idstringRequiredformat: "uuid"

Response

Successful Response
idstring
Unique identifier for the generation
statusstring
Current status of the generation
created_atstring or null
Creation timestamp
updated_atstring or null
Last update timestamp
generation_configobject or null
Generation configuration used
rendering_configobject or null
Rendering configuration used
video_urlslist of strings or null
List of input video URLs
promptstring or null
Prompt used for generation
outputlist of maps from strings to any or null
Generated reel outputs
error_messagestring or null
Error message if generation failed