API Quickstart

Get up and running with the KnowFlow API in just a few steps.

1. Get Your API Token

First, you’ll need to generate an API token:

  1. Log in to your KnowFlow Dashboard
  2. Navigate to SettingsAPI Keys
  3. Click Generate New API Key
  4. Copy and securely store your token

2. Make Your First Request

Test your connection with a simple request to list your organizations:

curl -X GET https://api.knowflow.in/v1/organizations \
  -H "Authorization: Bearer YOUR_API_TOKEN"

3. Explore Analytics

Get your conversation analytics:

curl -X GET https://api.knowflow.in/v1/analytics/conversations \
  -H "Authorization: Bearer YOUR_API_TOKEN"

4. Next Steps

Need Help?