Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.felixfusion.ai/v1/api_usage \ --header 'x-api-key: <api-key>'
{ "plan": "<string>", "requests_today": 123, "requests_this_month": 123, "limit_per_day": 123, "limit_per_month": 123 }
Return current API usage and plan information for the authenticated caller.
API usage metadata