Get Video Task Status (Sora Format)
Query the status of a task submitted via Create video. See also Get video content.
Endpoint
GET /v1/videos/{video_id}Returns detailed task status; the field shape matches the create response (status becomes a terminal value such as completed / failed).
Request example
bash
curl https://ai.youqi.tech/v1/videos/video_abc123 \
-H "Authorization: Bearer sk-YOUR_API_KEY"