Get current month’s scoring usage, plan limits, and subscription status.
cURL
curl --request GET \ --url https://app.dacard.ai/api/usage \ --cookie __session=
{ "credits": { "used": 123, "limit": 123, "remaining": 123, "breakdown": { "score": 123, "chat": 123, "api": 123 } }, "resetsAt": "2023-11-07T05:31:56Z", "planId": "free", "isUnlimited": true, "creditCosts": { "score": 123, "chat": 123, "api": 123 }, "subscription": { "status": "active", "currentPeriodEnd": "2023-11-07T05:31:56Z", "cancelAtPeriodEnd": true } }
Clerk session cookie. Authentication is handled by Clerk. Sign in at https://app.dacard.ai/sign-in to obtain a session.
Usage data
Show child attributes
First of next UTC month
free
pro
team
enterprise
Was this page helpful?