create video by text or image or reference image
curl --request POST \
--url https://pollo.ai/api/platform/generation/pollo/pollo-v1-6 \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"input": {
"image": "<string>",
"imageTail": "<string>",
"prompt": "<string>",
"resolution": "480p",
"mode": "basic",
"length": 5,
"seed": 123
},
"webhookUrl": "<string>",
"clientSource": "<string>"
}
'{
"taskId": "<string>"
}Pollo
Pollo 1.6 API Documentation
Pollo 1.6 is our better, cheaper, and faster video model for high-quality, super-realistic, creative, and cinematic video generation. Learn how to integrate it below.
POST
/
generation
/
pollo
/
pollo-v1-6
create video by text or image or reference image
curl --request POST \
--url https://pollo.ai/api/platform/generation/pollo/pollo-v1-6 \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"input": {
"image": "<string>",
"imageTail": "<string>",
"prompt": "<string>",
"resolution": "480p",
"mode": "basic",
"length": 5,
"seed": 123
},
"webhookUrl": "<string>",
"clientSource": "<string>"
}
'{
"taskId": "<string>"
}Check out Pollo 1.6 API pricing here, cheaper than Fal AI and Replicate.
Authorizations
API key to authorize requests
Body
application/json
⌘I