Create Reel
Generate highlight reels from longer videos
Authentication
X-Api-Keystring
API Key authentication via header
Request
This endpoint expects an object.
prompt
Description of the reel to generate
video_urls
URLs of input videos
video_ids
IDs of previously uploaded videos (alternative to video_urls)
generation_config
Configuration for reel generation
rendering_config
Configuration for reel rendering
stream
Whether to stream progress updates via SSE
Response
OK
id
Unique identifier for the generation job
status
Status of the generation job
Allowed values:
created_at
Timestamp when the job was created
updated_at
Timestamp when the job was last updated
generation_config
Configuration for reel generation
rendering_config
Configuration for reel rendering
video_urls
URLs of input videos
video_ids
IDs of input videos
prompt
The generation prompt
output
Generated reels (only present when status is completed)
error_message
Error message (only present when status is failed)