Gets a presigned url for uploading a document to S3

Use this top upload documents which can be linked to other entities

Query Params
string
required

The name of the file that will be uploaded. Filetypes are case-sensitive and must be a .plain, .pdf, .png, .jpg, .jpeg or .heic
Use the following request to upload the file once you have the presigned url:

method: "PUT"

uri: presignedUrl

body: [file binary]

Responses

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