Authorization: Bearer ********************
{
"model": "string",
"prompt": "string",
"duration": 0
}
curl --location --request POST 'https://xiaosong.chat/minimax/v1/video_generation' \
--header 'Accept: application/json' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "string",
"prompt": "string",
"duration": 0
}'
{
"task_id": "306792606023824",
"base_resp": {
"status_code": 0,
"status_msg": "success"
}
}