MiniMax-H3 download video
GET/v1/videos/:video_id/content
Download the generated video after the task is completed. The gateway fetches the upstream file; the request must include the API token.
You may also download metadata.url from the query response directly. Calling /content before the task completes returns an error.
curl -L "https://open-api.fancyai.com/v1/videos/${VIDEO_ID}/content" \
-H "Authorization: Bearer YOUR_API_KEY" \
-o result.mp4
Request
Responses
- 200
- 400
- 401
Video binary content
Task not completed or invalid parameters
Unauthorized