← Back to catalog
account.usage
mock data$0.000 / callUsage 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)
Input schema
period
stringTime period for usage stats: "1d" (24 hours), "7d" (7 days), or "30d" (30 days). Default: "7d"
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"}'