Skip to main content
To get a presigned URL, you first need to request for it. Here we’ll go through how you’d do it
1

Request the presigned URL

Start by performing a GET request on the server. This needs to contain the endpoint and your API token.
You will then get a response that looks like this:
This is the url that you will be using in order to upload the file.
2

Uploading files

Response

The response you get back is like any other file upload using the other uploads API endpoints.