Create Reel

Generate highlight reels from longer videos

Authentication

X-Api-Keystring
API Key authentication via header

Request

This endpoint expects an object.
promptstringRequired
Description of the reel to generate
video_urlslist of stringsOptional
URLs of input videos
video_idslist of stringsOptional

IDs of previously uploaded videos (alternative to video_urls)

generation_configobjectOptional
Configuration for reel generation
rendering_configobjectOptional
Configuration for reel rendering
streambooleanOptionalDefaults to false
Whether to stream progress updates via SSE

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