Authorization: Bearer ********************
{ "model": "MiniMax-H3", "content": [ { "type": "text", "text": "A cat runs along a sunny beach" } ], "resolution": "1080P", "duration": 5, "ratio": "16:9", "use_context_ir": true, "aigc_watermark": false }
curl --location '/minimax/v2/video_generation' \ --header 'Accept;' \ --header 'Idempotency-Key;' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "model": "MiniMax-H3", "content": [ { "type": "text", "text": "A cat runs along a sunny beach" } ], "resolution": "1080P", "duration": 5, "ratio": "16:9", "use_context_ir": true, "aigc_watermark": false }'
{ "task_id": "string" }