Documentation
Account
To check your account status at any time, you can use the following endpoint:
GET https://api.categoryapi.com/prod/account
Response
This endpoint responds with 200 OK, including your account status and remaining credit usage. Your credits reset at the start of your billing period.
{
"company_name": "CategoryAPI",
"api_key_name": "My project",
"credits": {
"remaining": 74294,
"total": 100000
},
"created_at": "2022-09-01 12:34:56.000000"
}
Credit usage
This API endpoint does not count toward your credit usage.