跳轉到主要內容
POST
/
veo
/
upsample
Veo Upsample
curl --request POST \
  --url https://api.acedata.cloud/veo/upsample \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "action": "1080p",
  "video_id": "video-uuid-xxx"
}
'
{
  "data": {},
  "success": true
}

授權

Authorization
string
header
必填

標頭

accept
enum<string>

Veo Upsample Param Accept

可用選項:
application/json

主體

application/json
action
enum<string>
必填

Veo Upsample Action

可用選項:
1080p,
4k,
gif
範例:

"1080p"

video_id
string
必填

Veo Upsample Video Id

範例:

"video-uuid-xxx"

callback_url
string

Veo Upsample Callback Url

async
boolean

Veo Upsample Async

回應

Veo Upsample Response 200

data
object

Veo Upsample Response 200 Data

success
boolean

Veo Upsample Response 200 Success