Check Credits
Credits
Check Credits
Check available credits for the authenticated Enrichley user.
GET
Check Credits
Documentation Index
Fetch the complete documentation index at: https://docs.enrichley.io/llms.txt
Use this file to discover all available pages before exploring further.
Check Credits
The Check Credits endpoint lets you see how many Enrichley credits you have remaining, along with important rate limit information.Endpoint
Authentication
All requests must include your API key in theX-Api-Key header:
Response
On success, the endpoint returns a JSON body with your remaining credits:x-ratelimit-limit– Maximum number of requests allowed in the current rate limit window (for example,100).x-ratelimit-remaining– Number of requests remaining in the current window (for example,99).x-ratelimit-reset– Unix timestamp (milliseconds) when the current window resets (for example,1700000000000).x-credits-remaining– Number of credits remaining on your account after this request (for example,999999).

