create video by text or image or reference image
curl --request POST \
--url https://pollo.ai/api/platform/generation/sora/sora-2-pro \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"input": {
"image": "<string>",
"prompt": "<string>",
"aspectRatio": "16:9",
"resolution": "720p"
},
"webhookUrl": "<string>",
"clientSource": "<string>"
}
'{
"taskId": "<string>"
}Sora
Sora 2 Pro API Documentation
Sora 2 Pro understands complex prompts, simulates real-world environments, and generates immersive scenes with unprecedented coherence. Learn how to integrate the Sora 2 Pro API into your applications.
POST
/
generation
/
sora
/
sora-2-pro
create video by text or image or reference image
curl --request POST \
--url https://pollo.ai/api/platform/generation/sora/sora-2-pro \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"input": {
"image": "<string>",
"prompt": "<string>",
"aspectRatio": "16:9",
"resolution": "720p"
},
"webhookUrl": "<string>",
"clientSource": "<string>"
}
'{
"taskId": "<string>"
}Check out Sora 2 Pro API pricing here, cheaper than Fal AI.
Authorizations
API key to authorize requests
Body
application/json
⌘I