v1

latestOpenAPI 3.1.02026-07-224941145.6 KB

Download Video Content

Download the generated video after the task is completed. Returns an error if the task is still in progress.

get/v1/videos/{id}/content

Path parameters

idstring required

Video task ID.

Response

Video download info

idstring
objectstring
modelstring
statusstring
progressinteger
urlstring

Video download URL.

video_urlstring

Video download URL (alias).

sizestring
secondsstring
created_atinteger

Example response

{
  "id": "sora-2:task_01k7yhn8vae4ev52cnyxw3gn68",
  "object": "video",
  "model": "sora-2",
  "status": "completed",
  "progress": 100,
  "url": "https://filesystem.site/cdn/20251019/example.mp4",
  "video_url": "https://filesystem.site/cdn/20251019/example.mp4",
  "size": "small",
  "seconds": "12",
  "created_at": 1773220330
}