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

# API Reference

> Public Cevoid API docs for authentication, paging, filtering, rate limits, errors, and endpoint reference.

Use this section when you are calling Cevoid's public API directly. It is limited to API-specific behavior such as authentication, pagination, filtering, errors, rate limits, and the OpenAPI endpoint reference.

If you are integrating the Analytics SDK, MCP, or other implementation workflows, use the [Developer Docs](/developer-docs). If you are using Cevoid in the platform UI, use the [Help Center](/help-center).

***

## Before You Call the API

<CardGroup cols={2}>
  <Card title="Authentication" icon="key-round" href="/api-reference/authentication">
    Learn how to send API keys with your requests.
  </Card>

  <Card title="Rate Limits" icon="gauge" href="/api-reference/rate-limits">
    Understand request limits and retry behavior.
  </Card>

  <Card title="Pagination" icon="arrow-right-left" href="/api-reference/pagination">
    Work through multi-page responses safely.
  </Card>

  <Card title="Filtering" icon="list-filter" href="/api-reference/filtering">
    Narrow result sets with supported filters.
  </Card>
</CardGroup>

***

## Error Handling

<CardGroup cols={1}>
  <Card title="Errors" icon="triangle-alert" href="/api-reference/errors">
    Review HTTP status codes, error response format, and common failure cases.
  </Card>
</CardGroup>

***

## Looking for Implementation Docs?

<CardGroup cols={2}>
  <Card title="Developer Docs" icon="book-open" href="/developer-docs">
    Use developer guides for Analytics SDK setup, MCP, and other implementation flows.
  </Card>

  <Card title="Help Center" icon="book" href="/help-center">
    Use product docs for platform usage and general concepts.
  </Card>
</CardGroup>
