POST
Generate upload URL
The presignedUrl and formData fields can be then used to upload the file to the S3 bucket, directly from the browser if necessary. Here is an example:

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
sessionId
string
required
fileName
string
required
fileType
string

Response

Successful response

presignedUrl
string
required
formData
object
required
fileUrl
string
required