Parameter Type | Parameter Value | Price Multiplier |
---|---|---|
Video Quality quality | 360p | ×1 |
540p | ×1.5 | |
720p | ×2 | |
1080p | ×4 | |
Video Duration duration | 4s | ×1 |
8s | ×2 | |
Motion Mode motion_mode | normal | ×1 |
fast | ×2 |
720p does not support selecting both fast mode and 8s duration at the same time. 1080p does not support selecting fast mode or 8s duration.
{
"prompt": "Transform into Black Venom",
"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": "I am Venom"
}
curl --location --request POST 'https://api.302.ai/pix/generate' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "Transform into Black Venom",
"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": "I am Venom"
}'
{
"code": 200,
"data": {
"task_id": "pix_4a2444a64814"
}
}