Skip to main content
BehavIQ API usage is billed in workspace credits. The current costs are:
ActionCost
Chat response1 credit per request
Text to speech3 credits per request
Included plan usage is for the app itself. API traffic uses credits.

Check the balance

curl https://behaviq.io/v1/credits \
  -H "Authorization: Bearer YOUR_API_KEY"
Example response:
{
  "credits": 97
}

Check current period usage

curl https://behaviq.io/v1/usage \
  -H "Authorization: Bearer YOUR_API_KEY"
The response includes periodStart, periodEnd, requests, tts, and credits.

When credits run out

The API returns 402. Buy more credit packs in the app under Billing -> Credits.