欢迎访问 n1n 在线文档!平台充值汇率 1:1 即 1 人民币充值到账 1 美元,支持近 600+ 海内外模型,限时特价模型低至 1 折,欢迎上岸!
【 亚洲地区入口及接口地址:llm-api.net 】,【 全球地区入口及接口地址:api.n1n.ai 】

Authorization: Bearer ********************curl --location 'https://llm-api.net/openapi/v2/video/text/generate' \
--header 'API-KEY: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"aspect_ratio": "16:9",
"duration": 5,
"model": "v6",
"motion_mode": "normal",
//"camera_movement": "zoom_in", //可以在文/图生视频添加运镜(支持v4,v4.5版本)参数请参考文档
"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
}'{}