Skip to content

Budgets API

Budget APIs:

  • POST /v1/budget/summary calculates a summary from supplied earnings, expenses, and savings goals.
  • GET /v1/me/budget/summary?month=4&currency=INR loads the authenticated user's finance data through Supabase RLS and returns the current summary.

These endpoints should be read-only first.

Saviqo public documentation