Sora 2
Retrieve Sora 2 video content
Fetch generated Sora 2 video binary data via GET /v1/videos//content in CometAPI to download completed video outputs by video_id.
GET
cURL
Use this endpoint to download the finished Sora output after the job reaches
completed. Until then, it returns an error instead of a video file.
Before you download
- Wait until Retrieve Video reports
status: completed - Pass the
video_idfrom the create or remix step - Store the file in your own bucket or CDN if you need it to outlive the provider’s temporary delivery window
Download flow
Create or remix the video
Start with Create Video or Remix Video.
Poll for completion
Use Retrieve Video until the job reaches
completed.Temporary delivery window
Once the render is complete, retrieve the file promptly. The provider’s delivery URL is not permanent.Authorizations
Bearer token authentication. Use your CometAPI key.
Path Parameters
Completed video id.
Query Parameters
Optional content variant such as the main video, thumbnail, or spritesheet when supported by the provider.
Response
Binary video content.
The response is of type file.