Authorization: Bearer ********************{
"model": "pixverse-v5.5-t2v",
"prompt": "白日依山尽,黄河入海流,欲穷千里目,更上一层楼",
"seconds": "5",
"metadata": {
"aspect_ratio": "16:9",
"motion_mode": "normal",
"negative_prompt": "",
"quality": "540p",
"seed": 0,
"style": "",
"template_id": 0,
"sound_effect_switch": false,
"sound_effect_content": "",
"lip_sync_switch": false,
"lip_sync_tts_speaker_id": "",
"generate_audio_switch": true,
"generate_multi_clip_switch": false,
"thinking_type": "enabled"
}
}curl --location --request POST 'https://api.mixrouter.com/v1/videos' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "pixverse-v5.5-t2v",
"prompt": "白日依山尽,黄河入海流,欲穷千里目,更上一层楼",
"seconds": "5",
"metadata": {
"aspect_ratio": "16:9",
"motion_mode": "normal",
"negative_prompt": "",
"quality": "540p",
"seed": 0,
"style": "",
"template_id": 0,
"sound_effect_switch": false,
"sound_effect_content": "",
"lip_sync_switch": false,
"lip_sync_tts_speaker_id": "",
"generate_audio_switch": true,
"generate_multi_clip_switch": false,
"thinking_type": "enabled"
}
}'{
"id": "378866756941409",
"task_id": "378866756941409",
"object": "video",
"model": "pixverse-v5.5-t2v",
"status": "",
"progress": 0,
"created_at": 1767115887
}