cURL
curl --request GET \ --url https://api.unifically.com/minimax-hailuo/status/{TaskID} \ --header 'Authorization: Bearer <token>'
{ "code": 200, "data": { "status": "processing", "task_id": "9fab6ff9-e7b4-4f93-9ca0-a21938e65c9e", "error": {} } }
Check the status of a video generation task
curl -X GET 'https://api.unifically.com/minimax-hailuo/status/TASKID' \ -H 'Authorization: Bearer YOUR_API_KEY'
processing
completed
failed