Get Account
Response
Get Balance
Response
Credits are prepaid via the dashboard using Stripe. There is no API endpoint to add credits — use the Add Credits page in the dashboard.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
View your account info and credit balance.
GET /api/v1/account
{
"id": "0be22487-de3a-4698-b4f3-1b6aa5e24b1a",
"email": "user@example.com",
"display_name": "My Name",
"created_at": "2026-05-10T07:20:08.649251Z"
}
GET /api/v1/account/balance
{
"balance": "89.3512",
"currency": "USD"
}
| Field | Description |
|---|---|
balance | Current credit balance as a 4-decimal string |
currency | Always USD |