API Reference
GSTPilot exposes secure REST APIs for internal dashboard operations and future integrations with accounting systems.
Base URL
https://api.gstpilot.inAuthentication
All API endpoints require JWT-based authentication issued upon successful login.
Core Endpoints
- POST /auth/login – User authentication
- POST /clients – Create new client
- POST /invoices/upload – Upload invoice data
- POST /validation/run – Trigger validation
- POST /json/generate – Generate GSTR-1 JSON
- GET /filing-status – Fetch monthly filing status
Detailed endpoint specifications and request/response schemas will be expanded as the API evolves.