الانتقال إلى المحتوى الرئيسي
POST
/
producer
/
wav
Producer Wav
curl --request POST \
  --url https://api.acedata.cloud/producer/wav \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "audio_id": "<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_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