Base path:
/creditsTypes
Type Definitions
Type Definitions
Get credit balance
Get credit transaction history
Credit Behavior
Cost Calculation
Credits are deducted per node execution during calls:| Node Type | Billing | Cost |
|---|---|---|
| DIAL | Per second (no rounding, min 10s) | 0.075 credits/sec |
| PLAY | Free | 0 |
| RECORD | Per second (ceil) | 0.057 credits/sec |
| COLLECT_AUDIO | Per second (ceil) | 0.057 credits/sec |
| SAY (TTS) | Per second (ceil) | 0.047 credits/sec |
| SMS | Per message | 1.887 credits |
| DTMF | Free | 0 |
| ANSWER, HANGUP, CONDITION, SET_VARIABLE | Free | 0 |
- 1.887 credits per message
- Billed at campaign completion
- Transaction type:
sms_charge - Allows negative balance (send first, pay later)
| Service | Billing | Cost |
|---|---|---|
| STT | Per second | 0.047 credits/sec |
| AI Agent | Per second | 0.057 credits/sec |
| Per conversation | 8.113 credits |
- Unanswered calls (DIAL with no connection) are not charged
- DIAL has minimum billing of 10 seconds (if answered)
- Ongoing calls can push balance negative
- Credits are deducted after call completion
Out of Credits Behavior
When an organization’s balance reaches zero or below:- Running programs are paused with status
paused_no_credits - Queued calls are cancelled
- Ongoing calls are allowed to complete (balance may go negative)
- New call requests are rejected with
InsufficientCreditsError
- Credits are added to the organization
- Programs must be manually resumed via program management API