Last updated
Last updated
URL:
You can access the API using one of the following methods:
Include the Authorization
header with your API key.
Include the apiKey
as a query parameter in the URL.
The API supports the following request formats:
form-data
json
x-www-form-urlencoded
Each request must include the appropriate header to be accepted.
The request body should be a form-data object containing a file named file
or data
.
The response JSON body takes the following shape:
The request body should be a JSON string containing a key named file
or data
. Data should be encoded as base64 in the following format.
The request body should be x-www-form-urlencoded containing a key named file
or data
. Data should be encoded as base64 in the following format.
If you need any other added, let us know.
MPEG - .mpeg
Files with the extension .mp1, .mp2, .mp3 must use audio/mpeg mimetype. audio/mp3 doesn't exist as such, it is a common mime type but it's official approach is to use the audio/mpeg.
MP4- .mp3
MP3- .mp4
WAV - .wav
OGG - .ogg
AAC - .aac
FLAC - .flac
WMA - .wma
AIFF - .aiff
or .aif
PCM - .pcm
AMR - .amr
To upload an audio to the Audio API, send a POST request to the API endpoint.