Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.vinmake.com/llms.txt

Use this file to discover all available pages before exploring further.

Indygo API Documentation

Indygo is an AI-native accounting platform built for businesses in Southeast Asia. The MVP, Indygo Books, provides automated real-time General Ledger functionality, replacing Excel-based bookkeeping.

Core Modules

Authentication

Sign up, login, and manage user sessions via JWT tokens.

Chart of Accounts

Create and manage GL accounts with multi-currency support.

Journal Entries

Post balanced journal entries with debit/credit lines.

General Ledger

Query trial balance, account balances, and GL reports.

Base URLs

EnvironmentURL
Staginghttps://api.staging.indygo.ai/api/v1
Productionhttps://api.indygo.ai/api/v1

Authentication

All endpoints (except signup and login) require a Bearer token:
curl -H "Authorization: Bearer <access_token>" https://api.staging.indygo.ai/api/v1/gl/accounts