cURL
curl --request POST \ --url https://api.example.com/api/v1/integration/audio \ --header 'Content-Type: multipart/form-data' \ --header 'x-api-key: <api-key>' \ --form file='@example-file'
Uploads an MP3 audio file and associates it with a vendor.
MP3 audio file and vendor identifier
MP3 audio file
Audio uploaded successfully
Was this page helpful?