cURL
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 }
API token from https://platform.acedata.cloud
Specifies the format of the response from the server.
application/json
Custom audio cdn address to upload.
OK, the request is successful.
Customize audio after upload.
The flag indicates the request is successful or not
¿Esta página le ayudó?