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

# Authenticação

> Find out what it takes to authenticate to the Hostza API.

First, you need to obtain an API key from [Developer Dashboard](https://dash.hostza.org/account). You can use this API key to authenticate to the Hostza API.

```javascript
'Authorization': '<token_api>'
```

## Uso da API

You can use the API key to authenticate to the Hostza API. You can use the API key in the header. Remembering that the use of the API is subject to the [Terms of Service](https://hostza.app/terms) and the [Acceptable Use Policy](https://hostza.app/acceptable-use).

<Card title="Limits and Restrictions" icon="wifi" href="/api-reference/limitations-and-restrictions">
  Learn more about Hostza API limits and restrictions.
</Card>
