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

HTTP API


The HTTP API can only be used in a server environment.

You can call Hackle features using the API.

Authentication is performed using the SDK Key.

  • Add the SDK Key to the HTTP header as shown below.

  • You can find the SDK Key in the Hackle Dashboard under SDK Integration Info.

X-HACKLE-API-KEY: {YOUR_SERVER_SDK_KEY}

Last updated