For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Last updated