create video by text or image or reference image
curl --request POST \
--url https://pollo.ai/api/platform/generation/sora/sora-2 \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"input": {
"image": "<string>",
"prompt": "<string>",
"aspectRatio": "16:9"
},
"webhookUrl": "<string>",
"clientSource": "<string>"
}
'{
"taskId": "<string>"
}Sora
Sora 2 API Documentation
Sora 2 is OpenAI’s most advanced AI video model, capable of generating high-definition videos with synchronized audio, realistic physics, and multi-shot consistency. Learn how to integrate the Sora 2 API into your applications.
POST
/
generation
/
sora
/
sora-2
create video by text or image or reference image
curl --request POST \
--url https://pollo.ai/api/platform/generation/sora/sora-2 \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"input": {
"image": "<string>",
"prompt": "<string>",
"aspectRatio": "16:9"
},
"webhookUrl": "<string>",
"clientSource": "<string>"
}
'{
"taskId": "<string>"
}Check out Sora 2 API pricing here, cheaper than Fal AI.
Authorizations
API key to authorize requests
Body
application/json
⌘I