create video by text or image or reference image
curl --request POST \
--url https://pollo.ai/api/platform/generation/pixverse/pixverse-v4 \
--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"
},
"webhookUrl": "<string>",
"clientSource": "<string>"
}
'{
"taskId": "<string>"
}Pixverse
Pixverse 4.0 API Documentation
PixVerse 4.0 is the latest AI model that can turn your photos and text prompts into smooth, realistic videos with lifelike motion, detailed effects, and professional-quality output. Learn how to integrate it here.
POST
/
generation
/
pixverse
/
pixverse-v4
create video by text or image or reference image
curl --request POST \
--url https://pollo.ai/api/platform/generation/pixverse/pixverse-v4 \
--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"
},
"webhookUrl": "<string>",
"clientSource": "<string>"
}
'{
"taskId": "<string>"
}Check out Pixverse 4.0 API pricing here, cheaper than Fal AI.
Authorizations
API key to authorize requests
Body
application/json
⌘I