create video by text or image or reference image
curl --request POST \
--url https://pollo.ai/api/platform/generation/pollo/pollo-v2-0 \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"input": {
"image": "<string>",
"prompt": "<string>",
"seed": 123,
"generateAudio": true,
"length": 5,
"resolution": "720p"
},
"webhookUrl": "<string>",
"clientSource": "<string>"
}
'{
"taskId": "<string>"
}Pollo
Pollo 2.0 API Documentation
Pollo 2.0 offers complete audio integration, character consistency, and flexible 1-10 second video generation. It’s fast, affordable, and supports diverse styles, perfect for rapid creative workflows. Integrate its API solution now.
POST
/
generation
/
pollo
/
pollo-v2-0
create video by text or image or reference image
curl --request POST \
--url https://pollo.ai/api/platform/generation/pollo/pollo-v2-0 \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"input": {
"image": "<string>",
"prompt": "<string>",
"seed": 123,
"generateAudio": true,
"length": 5,
"resolution": "720p"
},
"webhookUrl": "<string>",
"clientSource": "<string>"
}
'{
"taskId": "<string>"
}Check out Pollo 2.0 API pricing here, cheaper than Fal AI and Replicate.
Authorizations
API key to authorize requests
Body
application/json
⌘I