get https://ai.propershot.com/v1/quota
Returns your current request count for the month, along with details about your monthly quota.
The quota
route provides information about your current API usage and your monthly limit.
How It Works:
- Monthly Quota: You have a set number of requests allowed each calendar month.
- Reset: At the start of each new month (UTC), your usage resets to zero.
Example Response:
{
"used": 1250,
"allowed": 30000
}
In this example:
used
: Shows how many requests you've made this month (1250).allowed
: Shows your total monthly quota (30000).
β οΈ Track this route to ensure you stay within your limit. Once the quota is exceeded, additional requests may be blocked or incur extra charges.