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