Authorization: Bearer ********************
curl --location '/minimax/v2/query/video_generation?page_num=undefined&page_size=undefined&filter.status=undefined&filter.model=undefined&filter.task_type=undefined' \ --header 'Accept;' \ --header 'Authorization: Bearer <token>'
{ "items": [ { "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 } ], "total": 0 }