メインコンテンツへスキップ
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
}

承認

Authorization
string
header
必須

ヘッダー

accept
enum<string>

Veo Upsample Param Accept

利用可能なオプション:
application/json

ボディ

application/json
action
enum<string>
必須

Veo Upsample Action

利用可能なオプション:
1080p,
4k,
gif
:

"1080p"

video_id
string
必須

Veo Upsample Video Id

:

"video-uuid-xxx"

callback_url
string

Veo Upsample Callback Url

async
boolean

Veo Upsample Async

レスポンス

Veo Upsample Response 200

data
object

Veo Upsample Response 200 Data

success
boolean

Veo Upsample Response 200 Success