Key
๐ผ API Usage
This endpoint allows you to monitor your account's API usage, including rate limits, monthly total credits, remaining credits, and more
get/key
Response
API Usage
Example response
{
"plan": "Other",
"rate_limit_request_per_minute": 1000,
"monthly_call_credit": 1000000,
"current_total_monthly_calls": 104,
"current_remaining_monthly_calls": 999896
}