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

# API Reference

> Complete reference for the Pods API

## Base URL

All API requests should be made to:

```
https://api.pods.finance
```

## Authentication

Most endpoints require authentication via API key in the `x-api-key` header. `GET /health` is public. Customer dashboard endpoints (`GET /customers/me`, token management routes) require a **Bearer** token instead of an API key. See [Authentication](/getting-started/authentication) for details.

This reference covers all available endpoints, request/response formats, and integration patterns.

## Quick Links

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/getting-started/quickstart">
    5-minute integration guide
  </Card>

  <Card title="Code Examples" icon="code" href="/examples/javascript/strategy-deposit">
    Ready-to-use code samples
  </Card>

  <Card title="Error Codes" icon="triangle-exclamation" href="/error-codes">
    Complete error code reference
  </Card>

  <Card title="API Status" icon="signal" href="https://pods.betteruptime.com" target="_blank">
    Real-time API status and uptime
  </Card>
</CardGroup>
