cURL
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>" } '
{ "taskId": "<string>", "status": "waiting" }
Runway Gen 3 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.
API key to authorize requests
Show child attributes
Successful response
waiting
succeed
failed
processing