Fetch generated Sora 2 video binary data via GET /v1/videos//content in CometAPI to download completed video outputs by video_id.
curl --request GET \
--url https://api.cometapi.com/v1/videos/{video_id}/content \
--header 'Authorization: Bearer <token>'"<string>"Use this endpoint to download the finished Sora output after the job reachesDocumentation Index
Fetch the complete documentation index at: https://apidoc.cometapi.com/llms.txt
Use this file to discover all available pages before exploring further.
completed. Until then, it returns an error instead of a video file.
status: completedvideo_id from the create or remix stepCreate or remix the video
Poll for completion
completed.Bearer token authentication. Use your CometAPI key.
Completed video id.
Optional content variant such as the main video, thumbnail, or spritesheet when supported by the provider.
Binary video content.
The response is of type file.
curl --request GET \
--url https://api.cometapi.com/v1/videos/{video_id}/content \
--header 'Authorization: Bearer <token>'"<string>"