Skip to main content
POST
Create upload URL

Authorizations

Authorization
string
header
required

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

Headers

X-MultiTenantKey
string

Required when using a Platform API token. The tenant key identifying which business to operate on.

Body

application/json
purpose
enum<string>
required

Logical reason for the upload

Available options:
kyc-id-front,
kyc-id-back,
kyc-selfie,
kyc-id-selfie,
kyb-incorporation-document,
kyb-tax-certificate,
kyb-address-proof,
kyc-address-proof,
reimbursements-proof,
business-onboarding-document,
contract,
milestone-document,
statutory-document
Example:

"kyc-id-front"

contentType
string
required

MIME type that must be used in the PUT request

Example:

"image/jpeg"

fileName
string

The original name of the file being uploaded (optional). When provided, it is saved and returned when the file is retrieved later, so it can be shown instead of a generated name.

Example:

"passport-front.jpeg"

Response

Pre-signed PUT URL and file identifier

fileId
string<uuid>
required
Example:

"517075a2-17db-469f-9481-eb8347cb920c"

putUrl
string<uri>
required

Pre-signed HTTPS URL (single-use)

expiresIn
integer
required

Seconds until the URL expires

Example:

900