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

# Introduction

> Example section for showcasing API endpoints

<Note>
  Check out our [SDKs](/sdks) section if you are using one of the languages we support.
</Note>

<Card title="ContentMod Endpoints" icon="shield" href="https://api.contentmod.io/doc">
  View the OpenAPI specification file
</Card>

## Authentication

All API endpoints are authenticated using Bearer tokens and picked up from the specification file.

```json theme={null}
"security": [
  {
    "bearerAuth": []
  }
]
```
