curl --location --request POST 'https://app-api.pixverseai.cn/openapi/v2/video/text/generate' \
--header 'API-KEY: your-api-key' \
--header 'Ai-trace-id: {{$string.uuid}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"aspect_ratio": "16:9",
"duration": 5,
"model": "v5",
"motion_mode": "normal",
//"camera_movement": "zoom_in", //可以在文/图生视频添加运镜(支持v4,v4.5版本)参数请参考文档
"negative_prompt": "string",
"prompt": "string",
"quality": "540p",
//"template_id": 302325299692608, 激活模版才可使用
//"sound_effect_switch":true,
//"sound_effect_content":"",
//"lip_sync_tts_switch":true,
//"lip_sync_tts_content":"",
//"lip_sync_tts_speaker_id":"",
"seed": 0
}'