Authorization: Bearer ********************
curl --location '/minimax/v2/query/video_generation/' \ --header 'Accept;' \ --header 'Authorization: Bearer <token>'
{ "task": { "id": "string", "model": "MiniMax-H3", "status": "queued", "error": { "code": "string", "message": "string" }, "created_at": 0, "updated_at": 0, "content": { "prompt": "string", "url": "http://example.com" }, "resolution": "768P", "duration": 4, "usage": { "total_seconds": 0, "output_seconds": 0 }, "ratio": "adaptive", "task_type": "generation", "modality": "video", "estimated_remaining_seconds": 0 } }