Ledger Normalization API
Ledger Normalization API helps developers turn messy recurring bill and subscription data into a consistent, predictable JSON format. It infers key attributes like category, billing frequency (weekly, monthly, yearly), payment status, and next due date, so you can focus on product features instead of one‑off normalization logic. The API is fully stateless: each request is processed independently…
Ledger Normalization API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Health Check /health |
Health check for Ledger Normalization API |
| GET |
Version /version |
Returns API name and current version |
| POST |
Normalize Bills /normalize |
Normalize raw bill data and infer due day, status, and category. |
| POST |
Analyze Bills /analyze |
Analyze normalized bills to detect overdue status and cash flow. |
| POST |
Summarize Ledger /summarize |
Summarize spending by category and project cash flow. |