Skip to main content

Finindex

Finindex is the ERP — Finance, Accounting, and Master Data — side of the Cutmake garment-manufacturing platform. It provides AI-native, real-time double-entry accounting, replacing Excel-based bookkeeping with a structured General Ledger that receives postings directly from Cutmake’s PLM and MES modules. Finindex shares the same Cutmake API and authentication. Bills, invoices, payments, and journal entries all post into the same ledger that drives the trial balance, financial statements, and management accounts.

The Three Pillars

Finance

Accounts payable, accounts receivable, payments, and period close.

Accounting

Chart of accounts, journal entries, and the General Ledger.

Master Data

Accounts, mappings, suppliers, clients, and exchange rates.

Explore the Docs

Authentication

Login and manage sessions via JWT tokens.

Chart of Accounts

Create and manage GL accounts and mappings.

Journal Entries

Post balanced debit/credit journal entries.

General Ledger

Trial balance, account balances, and fiscal periods.

Accounts Payable

Vendor bills, payments, and reimbursements.

Accounts Receivable

Customer invoices, receipts, and bank reconciliation.

Period Close

Close fiscal periods and run management reports.

Base URLs

This is the production backend — the same one that serves app.cutmake.ai. There is currently no public staging environment, so requests you send here, including writes and GL postings, hit real data.
Finindex uses the Cutmake API. The canonical public base is /api/v1. GL endpoints live under /api/v1/gl/...; finance endpoints under /api/v1/payments, /api/v1/bills, /api/v1/invoices, and similar.

Authentication

All endpoints (except login and refresh) require a Bearer token:
See the Authentication page to obtain a token, and the API Reference tab for the full endpoint list.