API Plan & Usage Status
System
API Plan & Usage Status
Description
Returns the authenticated user’s current plan, rate limit (RPM), and credit usage for the active credit period (credits reset monthly): daily and monthly limits, used, and remaining. Useful for monitoring quota and building adaptive request throttling. Returns bare JSON without the data envelope; cost 0 credits.
Pricing
- Free.
GET
API Plan & Usage Status
Authorizations
Headers
Response
Subscription plan name
Example:
"Business"
User's current rate limit, requests per minute
Example:
200
Monthly and daily credit usage for the user
Start of the current credit period, inclusive. ISO 8601
Example:
"2026-05-11T07:38:09.723Z"
End of the current credit period. ISO 8601
Example:
"2026-06-11T07:38:09.723Z"