Get Video Content (Sora Format)
Once the task is complete, this endpoint streams the video file. See also Create video and Get video task status.
Endpoint
GET /v1/videos/{video_id}/contentRequest example
bash
curl https://ai.youqi.tech/v1/videos/video_abc123/content \
-H "Authorization: Bearer sk-YOUR_API_KEY" \
--output video.mp4TIP
Calling this endpoint before status is completed will fail — poll Get video task status first.