latestOpenAPI 3.1.12026-08-22330162.7 KB
35448566f143
Videos
List your videos
Returns all videos for your organization, sorted newest first. Use this to browse your video library, check generation statuses, or find a video to export/publish.
Polling for generation status: After calling POST /generate, poll this endpoint or GET /videos/{id} until status changes from processing to completed or failed. Typical generation takes 1-3 minutes.
get/videos
Query parameters
limitnumber
Maximum number of videos to return per page. Default: 50, max: 100.
cursorstring uuid
Pagination cursor: the id of the LAST video from the previous page. Returns videos older than that one. Omit for the first page. An empty array means there are no more videos.
Response
OK