Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://app.reechee.io/api/v1/credit-balance \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "credits_balance": 17 } }
The team’s current credit balance. Requires an API key.
A paid-team API key, sent as Authorization: Bearer rch_live_…. Create and revoke keys in the app under Settings → API keys.
Authorization: Bearer rch_live_…
The credit balance.
Show child attributes