OpenAI's Sora 2 and Sora 2 Pro APIs are now available on Pollo AI API platform. Try Now
cURL
curl --request POST \ --url https://pollo.ai/api/platform/generation/pixverse/pixverse-v3-5 \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "input": { "image": "<string>", "imageTail": "<string>", "prompt": "<string>", "length": 5, "negativePrompt": "<string>", "seed": 123, "resolution": "360p", "style": "auto", "mode": "normal" }, "webhookUrl": "<string>" }'
{ "taskId": "<string>", "status": "waiting" }
Pixverse 3.5 is the upgraded video model of Pixverse AI, which improves video quality and lets you customize more. Learn how to integrate it here.
API key to authorize requests
Show child attributes
Successful response
waiting
succeed
failed
processing