Check API Credits
Authorization
Check API Credits
Check your remaining API credits and usage for the current billing period.
Returns:
- Number of API calls used and remaining credits
- Credit limit and reset date
- List of enabled features for your plan
Credits reset at the start of each billing period.
POST
Check API Credits
Documentation Index
Fetch the complete documentation index at: https://casparser.in/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your API key for authentication.
Use sandbox-with-json-responses as Sandbox key.
Response
Credits information retrieved successfully
Number of credits used this billing period
Example:
15
Remaining credits (null if unlimited)
Example:
35
Total credit limit for billing period
Example:
50
Whether the account has unlimited credits
Example:
false
When credits reset (ISO 8601)
Example:
"2026-02-15T00:00:00Z"
List of API features enabled for your plan
Example:
[
"cams_kfintech_cas_parser",
"cdsl_cas_parser",
"nsdl_cas_parser"
]
