UnifyAPI
← Back to catalog

account.timeseries

mock data$0.000 / call

Usage Time Series

Get time-series usage data — calls, cost, cache hits per hour or day over a period. Visualize usage patterns and trends. Choose granularity: hourly (for 1d period) or daily (for 7d/30d). Free, no charge (APIbase)

Developer Toolsprovider: Account#account#developer

Input schema

period

Time period: "1d", "7d", or "30d". Default: "7d"

string
granularity

Time bucket granularity: "hour" or "day". Default: "day"

string

Call via REST

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

Try it

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