参数类型 | 参数值 | 价格倍率 |
---|---|---|
视频质量 quality | 360p | ×1 |
540p | ×1.5 | |
720p | ×2 | |
1080p | ×4 | |
视频时长 duration | 4s | ×1 |
8s | ×2 | |
动作模式 motion_mode | normal | ×1 |
fast | ×2 |
720p不支持同时选择fast模式和8s时长,1080P不支持选择fast模式和8s时长
{
"prompt": "变身成为黑色毒液",
"image": "https://media.pixverse.ai/upload%2Fb2626bc2-050d-4ea6-a864-e2054c012df5.png",
"model": "v4.5",
"template_id": 303624537709312,
"sound_effect_switch": 1,
"lip_sync_tts_speaker_id": "Auto",
"lip_sync_tts_content": "我是毒液"
}
curl --location --request POST 'https://api.302.ai/pix/generate' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "变身成为黑色毒液",
"image": "https://media.pixverse.ai/upload%2Fb2626bc2-050d-4ea6-a864-e2054c012df5.png",
"model": "v4.5",
"template_id": 303624537709312,
"sound_effect_switch": 1,
"lip_sync_tts_speaker_id": "Auto",
"lip_sync_tts_content": "我是毒液"
}'
{
"code": 200,
"data": {
"task_id": "pix_4a2444a64814"
}
}