Create upload URL
Reserve a file ID and receive a short-lived HTTPS PUT URL.
After the client uploads the bytes to that URL, it can reference
fileId in later API calls (e.g. Beneficiary creation KYC).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Required when using a Platform API token. The tenant key identifying which business to operate on.
Body
Logical reason for the upload
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 "kyc-id-front"
MIME type that must be used in the PUT request
"image/jpeg"
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.
"passport-front.jpeg"