2026-06-24

Summary: Documents

Documents

  • Added unified POST /submit_document endpoint. This endpoint consolidates document submission for both person and business documents, supporting multiple document types including person identification bundles, business articles of association, commercial register extracts, and shareholder lists. The endpoint returns a presigned upload URL that can be used to upload the document file.
  • Deprecation Warning: The POST /businesses/{business_id}/submit_document endpoint is now deprecated. Please use the new unified POST /submit_document endpoint instead, which supports both person and business documents through a discriminated union approach.