Skip to main content
GET
https://api.destined.ai
/
v1
/
users
/
usage
curl "https://api.destined.ai/v1/users/usage" \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "characters_used": 45000,
  "characters_limit": 100000,
  "requests_today": 150,
  "period_start": "2024-01-01",
  "period_end": "2024-01-31",
  "subscription_tier": "pro"
}

Response

characters_used
integer
required
Characters used this period
characters_limit
integer
required
Character quota for current tier
requests_today
integer
required
API requests made today
period_start
string
required
Start of current billing period
period_end
string
required
End of current billing period
curl "https://api.destined.ai/v1/users/usage" \
  -H "Authorization: Bearer YOUR_API_KEY"
{
  "characters_used": 45000,
  "characters_limit": 100000,
  "requests_today": 150,
  "period_start": "2024-01-01",
  "period_end": "2024-01-31",
  "subscription_tier": "pro"
}