curl --location --request GET 'https://categorization.dev/api/usage' \ --header 'Content-Type: application/json' \ --header 'x-api-key: <token>' \
{ "plan": "API", "remaining": "58485" }
Get usage information for your account.
Was this page helpful?