Skip to main content
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>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.pollo.ai/llms.txt

Use this file to discover all available pages before exploring further.

Check out Runway Gen 4 API pricing here, cheaper than Fal AI and Replicate.

Authorizations

x-api-key
string
header
required

API key to authorize requests

Body

application/json
input
object
required
webhookUrl
string
clientSource
string
Required string length: 1 - 100

Response

Successful response

taskId
string
required
status
enum<string>
required
Available options:
waiting,
succeed,
failed,
processing