POST
Multipart/form-data request
To upload files, you need to obtain a secret key in your Default Uploader dashboard and
add the Authorization
header to the request:
You will receive the following response from the server:
PUT
Multipart/form-data request with a presigned URL
In this guide, you will learn how to obtain a presigned URL.
GET
A GET request returns a file with the following headers:
Key | Value |
---|
cache-control | public, max-age=604800 |
etag | image/png/7uLbiXh7867H7dEPpsubV9.png |
accept-ranges | bytes |
content-length | 1400308 |
content-range | bytes 0 - 1400308 |
content-type | image/png |
DELETE
Deletes the original file and all derivative files.