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

# REST API

> Acesse dados financeiros através de endpoints REST

## Autenticação

Todas as requisições devem incluir um header de autorização:

```bash theme={null}
Authorization: Bearer sk-your-api-key-here
```

Consulte a [API Reference](/api-reference) para ver todos os endpoints disponíveis.

<Warning>
  Mantenha sua API key segura e nunca a compartilhe publicamente. A chave deve começar com "sk-".
</Warning>

<Note>
  Para obter sua API key, acesse [https://pierre.finance/api-key](https://pierre.finance/api-key) e gere uma nova chave.
</Note>
