Upload Document

Uploads a document file to the system. The uploaded document can later be
attached to an application entity (company or individual) using the Add
Application Document endpoint.

Uses multipart/form-data. Maximum file size is 10MB. Supported MIME types:
application/pdf, image/jpeg, image/png, application/msword,
application/vnd.openxmlformats-officedocument.wordprocessingml.document,
application/vnd.ms-excel,
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet, text/csv.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
file
required

The document file to upload. Maximum size 10MB.

string
enum
Defaults to APPLICATION_ATTACHMENT

Business module for a document upload.

  • QUESTIONNAIRE_IMAGE: image for questionnaire (max 10MB, TTL 30 min).
  • QUESTIONNAIRE_ATTACHMENT: attachment for questionnaire (max 10MB, TTL 60 min).
  • APPLICATION_ATTACHMENT: attachment for application (max 10MB, TTL 3 min).
Allowed:
string
enum

Type of an uploaded document. Company document types:
CERTIFICATE_OF_REGISTRATION, MEMORANDUM_O_REGISTRATION, RECENT_EXCERPT,
STATEMENT_OF_INFORMATION, PROOF_OF_ADDRESS, CERTIFICATE_OF_INCUMBENCY,
CERTIFICATE_OF_GOOD_STANDING, SHAREHOLDER_REGISTRY, DIRECTOR_REGISTRY,
TRUST_AGREEMENT, POWER_OF_ATTORNEY, COMPANY_OTHERS.
Individual document types: PASSPORT, ID_CARD, DRIVERS_LICENSE,
RESIDENCE_PERMIT, INDIVIDUAL_OTHERS.

Headers
string

Unique request identifier. Injected by the API gateway if not provided by the client.
The same value is available in the response body requestId field for business-layer tracing.

string

Distributed tracing identifier. Injected by the API gateway if not provided by the client.
Used for cross-service request correlation in logs and monitoring.

Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json