Przejdź do głównej treści
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
}

Autoryzacje

Authorization
string
header
wymagane

Nagłówki

accept
enum<string>

Veo Upsample Param Accept

Dostępne opcje:
application/json

Treść

application/json
action
enum<string>
wymagane

Veo Upsample Action

Dostępne opcje:
1080p,
4k,
gif
Przykład:

"1080p"

video_id
string
wymagane

Veo Upsample Video Id

Przykład:

"video-uuid-xxx"

callback_url
string

Veo Upsample Callback Url

async
boolean

Veo Upsample Async

Odpowiedź

Veo Upsample Response 200

data
object

Veo Upsample Response 200 Data

success
boolean

Veo Upsample Response 200 Success