Hoppa till huvudinnehåll
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
}

Auktoriseringar

Authorization
string
header
obligatorisk

Rubriker

accept
enum<string>

Veo Upsample Param Accept

Tillgängliga alternativ:
application/json

Kropp

application/json
action
enum<string>
obligatorisk

Veo Upsample Action

Tillgängliga alternativ:
1080p,
4k,
gif
Exempel:

"1080p"

video_id
string
obligatorisk

Veo Upsample Video Id

Exempel:

"video-uuid-xxx"

callback_url
string

Veo Upsample Callback Url

async
boolean

Veo Upsample Async

Svar

Veo Upsample Response 200

data
object

Veo Upsample Response 200 Data

success
boolean

Veo Upsample Response 200 Success