Skip to main content
Most of the Fluz API is GraphQL — file upload is the exception. When registerBusiness is called with businessStructure: SOLE_PROPRIETORSHIP, upload the supporting document through this REST endpoint first, then pass the returned URL as soleProprietorshipDocumentUrl in RegisterBusinessInput.

Endpoint

Request

Send the document as multipart/form-data, authenticated with the same access token you use for the registration flow:

Response

Returns the public URL of the uploaded document — see UploadSoleProprietorshipDocumentResponse:
Supply this value in soleProprietorshipDocumentUrl when submitting registerBusiness. For the full registration walkthrough, including the KYB lifecycle, see Business registration.