Skip to main content
POST
Generate Presigned Upload URL

Authorizations

Authorization
string
header
required

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

Headers

x-api-version
string
default:2025-09
required

API version

Body

application/json
filename
string
required

Name of the file to be uploaded

Example:

"document.pdf"

mimeType
string
required

MIME type of the file

Example:

"application/pdf"

md5
string
required

MD5 hash of the file (hex or base64 format)

Example:

"2942bfabb3d05332b66eb128e0842cff"

Response

Presigned URL generated successfully

presignedUrl
object