🎉 MiniMax-M2.7: Peak Performance. Ultimate Value. Master the Complex. ➔ Try Now.





curl --request GET \
--url https://api.minimax.io/v1/query/video_template_generation \
--header 'Authorization: Bearer <token>'{
"task_id": "401047179385389059",
"status": "Success",
"video_url": "https://cdn.hailuoai.com/prod/video_20250714_141232_cdc5ba74.mp4",
"base_resp": {
"status_code": 0,
"status_msg": "success"
}
}Use this API to query the task status of generated videos.
curl --request GET \
--url https://api.minimax.io/v1/query/video_template_generation \
--header 'Authorization: Bearer <token>'{
"task_id": "401047179385389059",
"status": "Success",
"video_url": "https://cdn.hailuoai.com/prod/video_20250714_141232_cdc5ba74.mp4",
"base_resp": {
"status_code": 0,
"status_msg": "success"
}
}Documentation Index
Fetch the complete documentation index at: https://platform.minimax.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
HTTP: Bearer Auth
Bearer API_key, can be found in Account Management>API Keys.The ID of the task to query. You can only query tasks created under the current account.
The ID of the queried task.
The status of the task. Possible values:
Preparing – PreparingProcessing – In progressSuccess – Completed successfullyFail – FailedPreparing, Processing, Success, Fail Returned when the task is successful. The download URL of the generated video.
⚠️ Note: The download link is valid for 9 hours.
Contains the status code and details.
Show child attributes