Check the status of a Minimax-Hailuo video generation task.
Request
curl -X GET 'https://api.unifically.com/minimax-hailuo/status/TASKID' \
-H 'Authorization: Bearer YOUR_API_KEY'
Response
{
"code": 200,
"data": {
"status": "processing",
"task_id": "9fab6ff9-e7b4-4f93-9ca0-a21938e65c9e",
"error": {}
}
}
Response Fields
Whether the request was successful
Response dataCurrent task status: processing, completed, failed
Unique identifier for this generation task
URL of the generated video (only present when status is completed)
Seed used for the generation (only present when status is completed)