Account & Quota
Manage your account usage and features.
Check Quota
Monitor your API usage to ensure you stay within your plan's limits.
curl -H "x-api-key: YOUR-API-KEY" https://api.thedogapi.com/v1/accounts/quota
Example Response
{
"quota": 25,
"usage": 12,
"remaining": 13
}
Check Features
List the features enabled for your account (e.g., enterprise endpoints).
curl -H "x-api-key: YOUR-API-KEY" https://api.thedogapi.com/v1/accounts/features
Example Response
[
"health_tips",
"breed_facts",
"image_labelling"
]