Authorization: Bearer ********************{
"model": "MiniMax-Hailuo-2.3-Fast-768p-6s",
"prompt": "A man picks up a book [Pedestal up], then reads [Static shot]."
}curl --location --request POST '/v1/video_generation' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "MiniMax-Hailuo-2.3-Fast-768p-6s",
"prompt": "A man picks up a book [Pedestal up], then reads [Static shot]."
}'{
"base_resp": {
"status_code": 0,
"status_msg": "success"
},
"task_id": "342564412084667",
"usage": {
"prompt_tokens": 21,
"completion_tokens": 0,
"total_tokens": 21,
"prompt_tokens_details": {
"cached_tokens": 0,
"text_tokens": 0,
"audio_tokens": 0,
"image_tokens": 0
},
"completion_tokens_details": {
"text_tokens": 0,
"audio_tokens": 0,
"reasoning_tokens": 0
},
"input_tokens": 0,
"output_tokens": 0,
"input_tokens_details": null
}
}