POST
/
api
/
py
/
google-veo-3-i2v
/
generate
Generate Video from Image
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
}'
{
"status": "processing",
"request_id": "6aa9b0286996faf798a1ea5704874386",
"message": "Video generation started."
}

Authorizations

X-API-Key
string
header
required

Body

application/json

Response

200
application/json

Request processed successfully

The response is of type object.