الانتقال إلى المحتوى الرئيسي
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
}

التفويضات

Authorization
string
header
مطلوب

الترويسات

accept
enum<string>

Veo Extend Param Accept

الخيارات المتاحة:
application/json

الجسم

application/json
video_id
string
مطلوب

Veo Extend Video Id

مثال:

"video-uuid-xxx"

model
enum<string>
مطلوب

Veo Extend Model

الخيارات المتاحة:
veo31-fast,
veo31
مثال:

"veo31-fast"

prompt
string

Veo Extend Prompt

مثال:

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

callback_url
string

Veo Extend Callback Url

async
boolean

Veo Extend Async

الاستجابة

Veo Extend Response 200

data
object

Veo Extend Response 200 Data

success
boolean

Veo Extend Response 200 Success