Skip to main content
POST
cURL

Uploading to the Pre-signed URL

After calling this endpoint, you will receive a pre-signed URL in the response. Use this URL to upload your document via a PUT request.
Maximum file size is 50 MB.
Set the Content-Type header to match your file type (e.g., application/pdf, image/png, image/jpeg).

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
file_name
string

Name of the file

Response

200 - application/json

OK