cURL
curl --request GET \ --url https://api.faces.sh/v1/billing/compile-quota
{ "plan": "<string>", "tokens_used": 123, "tokens_limit": 123, "tokens_remaining": 123, "quota_reset_at": "<string>", "allow_compile_overflow": true, "faces": [ { "face_id": "<string>", "tokens_in_graph": 123, "tokens_charged_period": 123, "tokens_charged_alltime": 123, "profile_token_count": 123, "last_synced_at": "<string>" } ] }
Return user-level compile token quota and per-face build stats.
tokens_used / tokens_limit / tokens_remaining reflect the single shared bucket for the authenticated user across all their faces.
Per-face stats include:
Successful Response
Show child attributes