Video generation can complete synchronously or return a provider job ID. The API stores the job state and exposes polling and SSE status routes.Documentation Index
Fetch the complete documentation index at: https://docs.compose.market/llms.txt
Use this file to discover all available pages before exploring further.
| Method | Path | Description |
|---|---|---|
POST | /v1/videos/generations | Submit a video generation. |
GET | /v1/videos/{id} | Poll job status. |
GET | /v1/videos/{id}/stream | Stream job status over SSE. |
POST | /external/v1/videos/generations | External video submission. |
Submit a job
Stream status
compose.video.status events and then [DONE].