cURL
curl --request POST \ --url https://www.unitedcompute.ai/api/py/google-veo-3-i2v/generate \ --header 'Content-Type: application/json' \ --header 'X-API-Key: <api-key>' \ --data '{ "prompt": "<string>", "img_url": "<string>", "webhook_url": "<string>", "num_generations": 1 }'
200
single_generation
{ "status": "processing", "request_id": "6aa9b0286996faf798a1ea5704874386", "message": "Video generation started."}
Generate a video from image and text prompt using Google Veo 3 model
Request processed successfully
The response is of type object.
object