Returns details about your subscription and allowance and usage for the current subscription period.
https://api.autocontentapi.com/content/Usage
curl -X 'GET' \ 'https://api.autocontentapi.com/content/Usage' \ -H 'accept: */*' \ -H 'Authorization: Bearer YOUR_TOKEN_HERE'
Sample Response:
{ "allowed": 1000, "used": 489 }
Last updated 6 days ago