Skip to main content
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
}

Authorizations

Authorization
string
header
required

Headers

accept
enum<string>

Veo Upsample Param Accept

Available options:
application/json

Body

application/json
action
enum<string>
required

Veo Upsample Action

Available options:
1080p,
4k,
gif
Example:

"1080p"

video_id
string
required

Veo Upsample Video Id

Example:

"video-uuid-xxx"

callback_url
string

Veo Upsample Callback Url

async
boolean

Veo Upsample Async

Response

Veo Upsample Response 200

data
object

Veo Upsample Response 200 Data

success
boolean

Veo Upsample Response 200 Success