create video by text or image or reference image
curl --request POST \
--url https://pollo.ai/api/platform/generation/runway/runway-gen-3-turbo \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"input": {
"image": "<string>",
"prompt": "<string>",
"imageTail": "<string>",
"length": 5,
"aspectRatio": "5:3",
"seed": 123
},
"webhookUrl": "<string>",
"clientSource": "<string>"
}
'{
"taskId": "<string>"
}Runway
Runway Gen 3 Turbo API Documentation
Runway Gen 3 Turbo is Runway ML’s professional AI video model for animating still images and applying diverse video effects, widely used in creative industries. Learn how to integrate it below.
POST
/
generation
/
runway
/
runway-gen-3-turbo
create video by text or image or reference image
curl --request POST \
--url https://pollo.ai/api/platform/generation/runway/runway-gen-3-turbo \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"input": {
"image": "<string>",
"prompt": "<string>",
"imageTail": "<string>",
"length": 5,
"aspectRatio": "5:3",
"seed": 123
},
"webhookUrl": "<string>",
"clientSource": "<string>"
}
'{
"taskId": "<string>"
}Check out Runway Gen 3 Turbo API pricing here, cheaper than Fal AI.
Authorizations
API key to authorize requests
Body
application/json
⌘I