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

# Introdução

> Endpoints da API Casebender

<Card title="Endpoints do CaseBender" icon="leaf" href="https://demo.casebender.com/api/openapi.json">
  Visualize o arquivo de especificação OpenAPI
</Card>

## Autenticação

Todos os endpoints da API são autenticados usando tokens Bearer e obtidos do arquivo de especificação.

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