UnifyAPI
← Back to catalog

account.usage

mock data$0.000 / call

Usage Summary

Get your API usage summary — total calls, total cost, cache hit rate, average latency, and unique tools used. Filter by period: 1 day, 7 days, or 30 days. See how efficiently you are using the platform. Free, no charge (APIbase)

Developer Toolsprovider: Account#account#developer

Input schema

period

Time period for usage stats: "1d" (24 hours), "7d" (7 days), or "30d" (30 days). Default: "7d"

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/account.usage \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"period":"7d"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.