/v1/videos/{video_id}/content endpoint allows you to retrieve the actual video file content for a completed Sora video generation task. This endpoint provides direct access to the generated video binary data.Before using this endpoint, you must first generate a video using the Create video endpoint and retrieve the video_idfrom the successful response via Retrieve video endpoint.
curl --location --request GET 'https://api.cometapi.com/v1/videos/video_68e688d4950481918ec389280c2f78140fcb904657674466/content' \
--header 'Authorization: '{
"message": "Video with id 'video_68e688d4950481918ec389280c2f78140fcb904657674466' not found.",
"data": {
"error": {
"code": null,
"message": "Video with id 'video_68e688d4950481918ec389280c2f78140fcb904657674466' not found.",
"param": null,
"type": "invalid_request_error"
}
}
}