Zum Hauptinhalt springen
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
}

Autorisierungen

Authorization
string
header
erforderlich

Header

accept
enum<string>

Veo Extend Param Accept

Verfügbare Optionen:
application/json

Body

application/json
video_id
string
erforderlich

Veo Extend Video Id

Beispiel:

"video-uuid-xxx"

model
enum<string>
erforderlich

Veo Extend Model

Verfügbare Optionen:
veo31-fast,
veo31
Beispiel:

"veo31-fast"

prompt
string

Veo Extend Prompt

Beispiel:

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

callback_url
string

Veo Extend Callback Url

async
boolean

Veo Extend Async

Antwort

Veo Extend Response 200

data
object

Veo Extend Response 200 Data

success
boolean

Veo Extend Response 200 Success