Zum Hauptinhalt springen
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
}

Autorisierungen

Authorization
string
header
erforderlich

Header

accept
enum<string>

Veo Upsample Param Accept

Verfügbare Optionen:
application/json

Body

application/json
action
enum<string>
erforderlich

Veo Upsample Action

Verfügbare Optionen:
1080p,
4k,
gif
Beispiel:

"1080p"

video_id
string
erforderlich

Veo Upsample Video Id

Beispiel:

"video-uuid-xxx"

callback_url
string

Veo Upsample Callback Url

async
boolean

Veo Upsample Async

Antwort

Veo Upsample Response 200

data
object

Veo Upsample Response 200 Data

success
boolean

Veo Upsample Response 200 Success