https://app.contenthero.ai/api/v1. All endpoints take a bearer API key.
Balance
| Method | Path | Purpose |
|---|---|---|
GET | /account/balance | Your current credit balance and plan tier. |
Cost preflight
There is no separate pricing endpoint. Every generation can be previewed for free by passinggetCost: true (SDK and MCP) or --cost (CLI) on the generate call. The preflight takes the same parameters as the real call, so the quote matches the charge. See Account & Billing.