Skip to main content
POST
/
api
/
v1
/
integration
/
audio
Upload audio
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'

Authorizations

x-api-key
string
header
required

Body

multipart/form-data

MP3 audio file and vendor identifier

file
file
required

MP3 audio file

Response

Audio uploaded successfully