메인 콘텐츠로 건너뛰기
POST
/
producer
/
videos
Producer Videos
curl --request POST \
  --url https://api.acedata.cloud/producer/videos \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "audio_id": "<string>"
}
'
{
  "data": {
    "audio_id": "eae26f89-b64b-404d-a80c-761996660b1c"
  },
  "success": true
}

인증

Authorization
string
header
필수

헤더

accept
enum<string>

Specifies the format of the response from the server.

사용 가능한 옵션:
application/json

본문

application/json
audio_id
string
필수

id of the reference audio.

응답

OK, the request is successful.

data
object

Customize audio after upload.

success
boolean

The flag indicates the request is successful or not