> For the complete documentation index, see [llms.txt](https://docs.autentique.com.br/api/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.autentique.com.br/api/1/master.md).

# Introdução

{% hint style="danger" %}
Esta versão da API foi deprecada e somente receberá correções de bugs e falhas de segurança.
{% endhint %}

Vamos lá! O que é necessário?

* Gere chaves para usar a API no painel do Autentique, em [Chaves de API](https://painel.autentique.com.br/perfil/api).
* Use a URL e headers:

```http
GET https://api.autentique.com.br HTTP/1.1
X-Autntiq-Api: SUA_CHAVE_DE_API
Content-Type: application/json
```
