SiteBot API
  • Introduction
  • Authentication
  • Storage
  • Users
  • Antivirus
  • SSL Certificate
  • Secure Hash
Powered by GitBook
On this page

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
PreviousIntroductionNextStorage

Last updated 2 years ago