create video by text or image or reference image
curl --request POST \
--url https://pollo.ai/api/platform/generation/pollo/pollo-v1-5 \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"input": {
"image": "<string>",
"prompt": "<string>",
"imageTail": "<string>",
"length": 5
},
"webhookUrl": "<string>",
"clientSource": "<string>"
}
'{
"taskId": "<string>"
}Pollo
Pollo 1.5 API Documentation
Pollo 1.5 is our advanced and versatile model. With it, users can produce high-resolution, creative, and cinematic videos efficiently from text and image inputs. Learn how to integrate it here.
POST
/
generation
/
pollo
/
pollo-v1-5
create video by text or image or reference image
curl --request POST \
--url https://pollo.ai/api/platform/generation/pollo/pollo-v1-5 \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"input": {
"image": "<string>",
"prompt": "<string>",
"imageTail": "<string>",
"length": 5
},
"webhookUrl": "<string>",
"clientSource": "<string>"
}
'{
"taskId": "<string>"
}Check out Pollo 1.5 API pricing here, cheaper than Fal AI and Replicate.
Authorizations
API key to authorize requests
Body
application/json
⌘I