Saltar para o conteúdo principal
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
}

Autorizações

Authorization
string
header
obrigatório

Cabeçalhos

accept
enum<string>

Veo Upsample Param Accept

Opções disponíveis:
application/json

Corpo

application/json
action
enum<string>
obrigatório

Veo Upsample Action

Opções disponíveis:
1080p,
4k,
gif
Exemplo:

"1080p"

video_id
string
obrigatório

Veo Upsample Video Id

Exemplo:

"video-uuid-xxx"

callback_url
string

Veo Upsample Callback Url

async
boolean

Veo Upsample Async

Resposta

Veo Upsample Response 200

data
object

Veo Upsample Response 200 Data

success
boolean

Veo Upsample Response 200 Success