Skip to main content
The MathFi.ai API is organized around REST principles and uses JSON for all responses.

Authentication

Each request must be authenticated by including a short-lived Bearer token provided via HTTP header:
As of now, this token can only be obtained by calling the login endpoint with the email and password received when signing up to the platform (same credentials used in the Dashboard). See Authentication for full details.

Base URL

API reference and recipes

MathFi.ai API is actively maintained. We version endpoints and communicate changes via the changelog. Review the changelog before production upgrades. Current version: v1. Breaking changes will be communicated with 30 days notice.