Skip to main content
POST
/
generation
/
pollo
/
pollo-dance-2-0
create video by text or image or reference image
curl --request POST \
  --url https://pollo.ai/api/platform/generation/pollo/pollo-dance-2-0 \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "input": {
    "image": "<string>",
    "prompt": "<string>",
    "imageTail": "<string>",
    "resolution": "720p",
    "length": 5,
    "aspectRatio": "16:9",
    "seed": 123,
    "generateAudio": false,
    "webSearch": false
  },
  "webhookUrl": "<string>",
  "clientSource": "<string>"
}
'
{
  "taskId": "<string>",
  "status": "waiting"
}
Check out Pollodance 2.0 API pricing here, cheaper than Fal AI and Replicate.

Authorizations

x-api-key
string
header
required

API key to authorize requests

Body

application/json
input
Image To Video · object
required
webhookUrl
string
clientSource
string
Required string length: 1 - 100

Response

Successful response

taskId
string
required
status
enum<string>
required
Available options:
waiting,
succeed,
failed,
processing