Skip to main content

Upload audio

POST /v0/uploads/audio

Upload an audio file to get recommendations of similar tracks in the Epidemic Sound library. When you post the audio file to this endpoint, you will receive an AudioID in return. Use this AudioID in a request to the similar tracks endpoint to get track recommendations.

We currently support the formats: mp3, mpeg, ogg and vorbis. Maximum file size is 3.5MB. You can only upload music with the partner token, since we currently do not allow end users to use this feature.

Request Body
  • file binary
Responses

Returns the id of the uploaded audio, as well as the expiration date for the audio.

Schema
  • imageId uuid required
  • expirationDate date-time required
Loading...