Skip to main content
POST
/
veo
/
extend
Veo Extend
curl --request POST \
  --url https://api.acedata.cloud/veo/extend \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "video_id": "video-uuid-xxx",
  "model": "veo31-fast"
}
'
{
  "data": {},
  "success": true
}

Authorizations

Authorization
string
header
required

Headers

accept
enum<string>

Veo Extend Param Accept

Available options:
application/json

Body

application/json
video_id
string
required

Veo Extend Video Id

Example:

"video-uuid-xxx"

model
enum<string>
required

Veo Extend Model

Available options:
veo31-fast,
veo31
Example:

"veo31-fast"

prompt
string

Veo Extend Prompt

Example:

"the camera slowly zooms out to reveal more of the landscape"

callback_url
string

Veo Extend Callback Url

async
boolean

Veo Extend Async

Response

Veo Extend Response 200

data
object

Veo Extend Response 200 Data

success
boolean

Veo Extend Response 200 Success