> ## Documentation Index
> Fetch the complete documentation index at: https://docs.videodb.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Billing

> Manage billing and usage information

Monitor usage, manage billing, and configure auto-recharge.

## Endpoints

<CardGroup cols={2}>
  <Card icon="list" title="List Checkouts" href="/api-reference/billing/list_checkouts">
    Get all checkouts
  </Card>

  <Card icon="chart-line" title="Get Usage" href="/api-reference/billing/get_usage">
    Retrieve usage stats
  </Card>

  <Card icon="receipt" title="Get Invoices" href="/api-reference/billing/list_invoices">
    Retrieve invoices
  </Card>

  <Card icon="check" title="Get Auto-Recharge" href="/api-reference/billing/get_auto_recharge">
    Check auto-recharge settings
  </Card>

  <Card icon="pen" title="Set Auto-Recharge" href="/api-reference/billing/set_auto_recharge">
    Configure auto-recharge
  </Card>

  <Card icon="shopping-cart" title="Create Checkout" href="/api-reference/billing/create_checkout">
    Initiate checkout
  </Card>

  <Card icon="coins" title="Top Up Credits" href="/api-reference/billing/create_topup">
    Add credits to account
  </Card>
</CardGroup>
