Wan 2.2 is now available on Pollo AI API platform. Try it now!
cURL
curl --request POST \ --url https://pollo.ai/api/platform/generation/vidu/vidu-v1-5 \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "input": { "prompt": "<string>", "style": "general", "length": 4, "resolution": "360p", "movementAmplitude": "auto", "aspectRatio": "16:9", "seed": 123 }, "webhookUrl": "<string>" }'
{ "taskId": "<string>", "status": "waiting" }
Vidu 1.5 is a powerful AI video generation model with high prompt adherence, featuring smooth transitions and creative effects. Learn how to integrate it below.
API key to authorize requests
Successful response
The response is of type object.
object