Assets
These endpoints allows your application to upload assets such as images or audio.
📄️ Get audio by checksum
Will return the audio id of an audio file uploaded by the partner, matched by checksum. Should be used to avoid duplicate uploads
📄️ Delete audio
Use the delete audio endpoint to delete an audio file.
📄️ Upload 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.
📄️ Delete single image
Use the delete image endpoint to delete a single image uploaded by a user
📄️ Upload image
Upload an image from the user’s video to get recommendations of tracks in the Epidemic Sound library that would work for the video. When you post the image to this endpoint, you will receive an ImageID in return. Use this ImageID in a request to the matching image endpoint to get track recommendations.
📄️ Delete all the uploaded images by the user
Deletes all images uploaded by the user