Usage
Read remaining credits, monthly credits, recent render count, and daily usage.
Get usage summary
GET
/v1/usage
Returns account credit balance and recent render usage for the authenticated key.
bashcurl "https://screenframed.com/v1/usage" \ -H "Authorization: Bearer $SCREENFRAMED_API_KEY"
json{ "credits_remaining": 185, "credits_monthly": 200, "last_30_days": { "render_count": 14, "credits_used": 31 }, "daily_breakdown": [ { "day": "2026-04-27", "renders": 4, "credits": 10 } ]}
Fields
credits_remainingnumber
Credits currently available on the account.
credits_monthlynumber
Monthly credit allocation for the account plan.
last_30_daysobject
Aggregate render count and credits used over the last 30 days.
daily_breakdownarray
Daily usage rows for recent activity.