Skip to main content

Upload image

POST /v0/uploads/images

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.

We currently support jpeg format and maximum file size is 2MB.

Request Body
  • file binary
Responses

Contains id to be used for endpoints requiring an image id, as well as the expiration date for the image.

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