Chat Flow
🔐 Authentication

Authentication

To interact with the Indite AI API, you need to authenticate your requests using an API token.

Generate a Token

Follow these steps to generate your authentication token:

  1. Log in to your Indite AI Dashboard (opens in a new tab)
General Settings
  1. Navigate to SettingsAPI Keys
  2. Click Generate New Token
  3. Copy your token and store it securely
  4. Use this token in your API requests

Using Your Token

You can authenticate by adding an Authorization header to all your HTTP calls. The Authorization header is formatted as such: Authorization: Bearer <token> (replace <token> with your token previously generated).

Example:

curl -L -X GET 'https://app.indite.io/api/requests' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer myAwesomeToken'
Indite Documentation v1.4.0
PrivacyTermsSupport