GET
/
api
/
py
/
google-veo-3-i2v
/
status
/
{request_id}
Check I2V Status
curl --request GET \
  --url https://www.unitedcompute.ai/api/py/google-veo-3-i2v/status/{request_id} \
  --header 'X-API-Key: <api-key>'
{
"status": "processing",
"id": "6aa9b0286996faf798a1ea5704874386"
}

Authorizations

X-API-Key
string
header
required

Path Parameters

request_id
string
required

The request ID returned from the generate endpoint

Response

200
application/json

Status retrieved successfully

The response is of type object.