> **Documentation Index:** Fetch the complete configuration index at https://help.smelter.ai/en/llms.txt

# Authorization and headers

Smelter.ai supports token-based authentication. An API token is associated with your Smelter.ai account.

To get mentions, pass the following headers:

```xml
Accept: application/json

Content-Type: application/json

Authorization: Bearer <your_token>
```

<a href="../contacts">
  <span class="button">Contacts</span>
</a>


