Create upload URL
Beneficiaries
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).
POST
Create upload URL
Documentation Index
Fetch the complete documentation index at: https://docs.cadanapay.com/llms.txt
Use this file to discover all available pages before exploring further.
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
application/json
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 Example:
"kyc-id-front"
MIME type that must be used in the PUT request
Example:
"image/jpeg"