LEXIDATUM / REVIEW FLOW

Where the four-step review flow lives

Every step below is a real page in the signed-in workspace. Sign in first — the workspace is session-gated, so the steps only open once the API confirms your session.

  1. STEP 01

    Upload documents

    Create a review, choose the service line, then drop bank statements and finance exports into the intake page. Each file keeps its own recognition status.

    /workspace/reviews/{id}/intake

  2. STEP 02

    Quotation

    The quotation is derived from the recognised transaction volume: USD 150 up to 1,000 transactions, USD 300 above that, tailored for audit, analysis, ESG and automation work.

    /workspace/reviews/{id}/quote

  3. STEP 03

    Processing

    Recognition runs on the uploaded files and reports real job progress. Failed jobs can be retried from the same page.

    /workspace/reviews/{id}/intake

  4. STEP 04

    Financial data

    Reviewed entries open in the online spreadsheet with a Transactions sheet and an Account summary sheet. Edits are sent back through the API.

    /workspace/reviews/{id}/transactions

Direct entry points