Documentation Index
Fetch the complete documentation index at: https://docs.mathfi.ai/llms.txt
Use this file to discover all available pages before exploring further.
Getting your credentials
The credentials for the API are the same as the UI/Dashboard,- Fill the form at Get access
- After a few minutes an email will be sent with your credentials: the
emailprovided, apassword, theurlto access the dashboard and abaseUrlfor the API
Using your credentials with the API
The API is authenticated via aBearer token with 1h expiration. As of this initial release, there’s no refresh mechanism so another token must be requested each 1h period to keep requests authenticated.
There are 2 separated API paths:
- The endpoint to login is
https://{baseUrl}/api/login - The rest of endpoints, that use the
Bearertoken are of the formhttps://{baseUrl}/api/v1/<endpoint>
Bearer token via API run:
Bearer token in all requests: