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

# API Reference

> Complete reference for Poelis Public API endpoints

All endpoints are versioned under `/v1/public/` and require authentication via REST API key.

## Base URL

`https://api.poelis.com`

## Quick Links

<CardGroup cols={2}>
  <Card title="Authentication" icon="key" href="/api-reference/authentication">
    How to send your REST API key and required headers
  </Card>

  <Card title="Response Format" icon="file-code" href="/api-reference/response-format">
    Success and error response structures
  </Card>

  <Card title="Status Codes" icon="list-check" href="/api-reference/status-codes">
    HTTP status codes and when they are returned
  </Card>

  <Card title="Pagination" icon="layer-group" href="/api-reference/pagination">
    List endpoints: limit, offset, and response shape
  </Card>
</CardGroup>
