Get usage summary
GET /v1/usage
Auth: Bearer API keyRate limit: Plan dependent

Returns account credit balance and recent render usage for the authenticated key.

bash
curl "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 currently available on the account.

Monthly credit allocation for the account plan.

last_30_daysobject

Aggregate render count and credits used over the last 30 days.

Daily usage rows for recent activity.

Ask a question... ⌘I