create video by text or image or reference image
curl --request POST \
--url https://pollo.ai/api/platform/generation/pixverse/pixverse-v5 \
--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"
},
"webhookUrl": "<string>",
"clientSource": "<string>"
}
'{
"taskId": "<string>"
}Pixverse
Pixverse 5.0 API Documentation
PixVerse V5 provides expansive camera control and intricate motion dynamics for cinematic-level results. It delivers perfect prompt interpretation and lightning-fast rendering. Integrate PixVerse V5 API now.
POST
/
generation
/
pixverse
/
pixverse-v5
create video by text or image or reference image
curl --request POST \
--url https://pollo.ai/api/platform/generation/pixverse/pixverse-v5 \
--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"
},
"webhookUrl": "<string>",
"clientSource": "<string>"
}
'{
"taskId": "<string>"
}Check out Pixverse 5.0 API pricing here, cheaper than Fal AI.
Authorizations
API key to authorize requests
Body
application/json
⌘I