POST
/
generation
/
pollo
/
pollo-v1-5
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
  }
}'
{
  "taskId": "<string>",
  "status": "waiting"
}

Check out Pollo 1.5 API pricing here, cheaper than Fal AI and Replicate.

Authorizations

x-api-key
string
header
required

API key to authorize requests

Body

application/json

Response

200
application/json

Successful response

The response is of type object.