-
Notifications
You must be signed in to change notification settings - Fork 45
Usage info
Dominika Krejčí edited this page Mar 17, 2020
·
4 revisions
https://api.plant.id/v2/usage_info
Get stats about your API key limits and usage.
The response is a simple JSON.
Example:
{
"active": True,
"daily_limit": None,
"weekly_limit": 200,
"monthly_limit": None,
"total_limit": None,
"is_closed": False,
"used_day": 5,
"used_week": 5,
"used_month": 11,
"used_total": 11,
"remaining_day": None,
"remaining_week": 195,
"remaining_month": None,
"remaining_total": None
}