create video by text or image or reference image
curl --request POST \
--url https://pollo.ai/api/platform/generation/pixverse/pixverse-v5-5 \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"input": {
"image": "<string>",
"prompt": "<string>",
"imageTail": "<string>",
"length": 5,
"negativePrompt": "<string>",
"seed": 123,
"resolution": "360p",
"style": "auto",
"mode": "normal",
"multiClip": false,
"generateAudio": true
},
"webhookUrl": "<string>",
"clientSource": "<string>"
}
'{
"taskId": "<string>"
}Pixverse
Pixverse 5.5 API Documentation
Pixverse V5.5 enables multi-shot generation for creating complete cinematic sequences. It offers hyperrealistic visuals, integrated audio/SFX, and pixel-level control. Integrate Pixverse V5.5 API now.
POST
/
generation
/
pixverse
/
pixverse-v5-5
create video by text or image or reference image
curl --request POST \
--url https://pollo.ai/api/platform/generation/pixverse/pixverse-v5-5 \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"input": {
"image": "<string>",
"prompt": "<string>",
"imageTail": "<string>",
"length": 5,
"negativePrompt": "<string>",
"seed": 123,
"resolution": "360p",
"style": "auto",
"mode": "normal",
"multiClip": false,
"generateAudio": true
},
"webhookUrl": "<string>",
"clientSource": "<string>"
}
'{
"taskId": "<string>"
}Check out Pixverse 5.5 API pricing here, cheaper than Fal AI.
Authorizations
API key to authorize requests
Body
application/json
⌘I