跳轉到主要內容
POST
/
producer
/
upload
Producer Upload
curl --request POST \
  --url https://api.acedata.cloud/producer/upload \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "audio_url": "<string>"
}
'
{
  "data": {
    "audio_id": "eae26f89-b64b-404d-a80c-761996660b1c"
  },
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.acedata.cloud/llms.txt

Use this file to discover all available pages before exploring further.

授權

Authorization
string
header
必填

標頭

accept
enum<string>

Specifies the format of the response from the server.

可用選項:
application/json

主體

application/json
audio_url
string
必填

Custom audio cdn address to upload.

回應

OK, the request is successful.

data
object

Customize audio after upload.

success
boolean

The flag indicates the request is successful or not