Skip to main content

Upload image

POST 

https://partner-content-api.epidemicsound.com/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 uuidrequired
    expirationDate date-timerequired

Authorization: http

name: UserAuthtype: httpdescription: User authentication is handled with short lived user access tokens.
 Use a partner token to request these tokens.
 The access token is of JWT format and should be passed in a header with your API requests:
 
 > **Example Header:** `Authorization: Bearer a-user-token`scheme: bearer

Request Collapse all
Base URL
https://partner-content-api.epidemicsound.com
Auth
Body
file
ResponseClear

Click the Send API Request button above and see the response here!