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

# Authentication

API Authentication is done through a HTTP header included in the request.

```
x-key: [YOUR-API-KEY]
```

Here's an example using curl.

```
curl --header "x-key: [YOUR-API-KEY]" "https://api.sitebot.com/api/v1/ping
```
