v21

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-042830148.8 KB
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/v1/credits

Response

Credits information retrieved successfully

enabled_featuresstring[]

List of API features enabled for your plan

is_unlimitedboolean

Whether the account has unlimited credits

limitinteger

Total credit limit for billing period

remainingnumber nullable

Remaining credits (null if unlimited)

resets_atstring date-time nullable

When credits reset (ISO 8601)

usednumber

Number of credits used this billing period

Example response

{
  "enabled_features": [
    "cams_kfintech_cas_parser",
    "cdsl_cas_parser",
    "nsdl_cas_parser"
  ],
  "limit": 50,
  "remaining": 35,
  "resets_at": "2026-02-15T00:00:00Z",
  "used": 15
}