Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.uncensored.com/llms.txt

Use this file to discover all available pages before exploring further.

Billing

Billing endpoints let developers check balance, estimate cost, view transactions, and set spend limits.

Endpoints

EndpointDescription
GET /v1/billing/balanceGet current balance and held funds.
GET /v1/billing/transactionsRetrieve paginated transaction history.
POST /v1/billing/estimateEstimate cost before executing an operation.
PUT /v1/billing/limitsSet daily and monthly spend limits.

Balance fields

FieldDescription
balance_usdTotal account balance, including currently held funds.
held_usdAmount held for pending async jobs.
available_usdSpendable balance.
daily_spend_usdAmount spent today, resetting at UTC midnight.
monthly_spend_usdAmount spent in the current UTC calendar month.
All *_nanos fields are authoritative. *_usd fields are rounded for display. 1 USD = 1,000,000,000 nanos.