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
{
"model": "v4.5",
"prompt": "@1 hug @2 .",
"fusion": [
"",
""
],
"aspect_ratio": "16:9"
}
curl --location --request POST 'https://api.302.ai/pix/generate' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "v4.5",
"prompt": "@1 hug @2 .",
"fusion": [
"",
""
],
"aspect_ratio": "16:9"
}'
{
"code": 200,
"data": {
"task_id": "pix_4a2444a64814"
}
}