create image by text or image
curl --request POST \
--url https://pollo.ai/api/platform/generation/pollojourney/pollojourney-v8-1-image/image \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"input": {
"prompt": "<string>",
"imageUrl": "<string>",
"aspectRatio": "1:1",
"resolution": "1K",
"seed": 123,
"images": [
"<string>"
]
},
"webhookUrl": "<string>",
"clientSource": "<string>"
}
'{
"taskId": "<string>"
}Pollojourney
PolloJourney V8.1 API Documentation
PolloJourney V8.1 API delivers stronger prompt understanding, sharper image quality, better small-detail retention, and HD image support. Use it for more direct prompt adherence. Integrate PolloJourney V8.1 API now.
POST
/
generation
/
pollojourney
/
pollojourney-v8-1-image
/
image
create image by text or image
curl --request POST \
--url https://pollo.ai/api/platform/generation/pollojourney/pollojourney-v8-1-image/image \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"input": {
"prompt": "<string>",
"imageUrl": "<string>",
"aspectRatio": "1:1",
"resolution": "1K",
"seed": 123,
"images": [
"<string>"
]
},
"webhookUrl": "<string>",
"clientSource": "<string>"
}
'{
"taskId": "<string>"
}Check out PolloJourney V8.1 API pricing here, cheaper than Fal AI.
Authorizations
API key to authorize requests
Body
application/json
⌘I