Generate a presigned URL for file upload

Requests a presigned upload URL for the given file. You'll receive
a URL and a file ID in the response. Upload your file by sending a
PUT request to that URL with the raw file bytes as the body. No
additional headers are required. For detailed instructions, see the
uploading files guide.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Details of the file to be uploaded

string
required

The name of the file to be uploaded with extension.

int64
required

The size of the file in bytes.

Headers
uuid
required

The API ID

string
required

The API Key

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json