Skip to main content
GET
/
usage
Get API usage for the current billing period
curl --request GET \
  --url https://api.social-api.ai/v1/usage \
  --header 'Authorization: <api-key>'
{
  "calls_used": 247,
  "daily_limit": 1000,
  "period_start": "2026-02-01T00:00:00Z"
}

Authorizations

Authorization
string
header
required

Prefix your API key with "Bearer ". Example: Authorization: Bearer soc_live_...

Response

Usage statistics for the current billing period

calls_used
integer
Example:

247

daily_limit
integer
Example:

1000

period_start
string
Example:

"2026-02-01T00:00:00Z"