Skip to main content
POST
Upload a single KYB business document

Authorizations

Authorization
string
header
required

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

Path Parameters

organizationId
string
required

ID of organization

Required string length: 36
Pattern: ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
Example:

"95b11417-f18f-457f-8804-68e361f9164f"

Body

multipart/form-data
tier
string
required

Tier slug defined in kybTiers.ts (e.g. "basic").

file
file
required

Document contents, at most 2 MB, sent with the original file name. Accepted extensions are pdf, jpg, jpeg, png, doc, docx, gif, bmp, tiff, webp and txt.

fileType
string

Freeform document-type descriptor (e.g. "Certificate of Incorporation").

Maximum string length: 255

Response

Document forwarded to AI Prise.

documentId
string
required

AI Prise document id to reference from submitKybVerification.

Last modified on September 1, 2026