Base URL
Bearer token
Include your API key in theAuthorization header of every request:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Authenticate requests to the Kai Affective Intelligence API
https://api.togetherwithkai.com/v1/affective
Authorization header of every request:
Authorization: Bearer YOUR_API_KEY
| Group | Endpoints | Purpose |
|---|---|---|
| Ingestion | POST /ingest/batch, POST /ingest/stream, GET /ingest/status | Receive content from your platform and feed Kai Brain |
| Output | GET /pulse, GET /alerts, POST /configure | Return aggregated signals to your dashboard or plugin |
curl -X GET "https://api.togetherwithkai.com/v1/affective/pulse?window=30d&layers=all" \
-H "Authorization: Bearer YOUR_API_KEY"
POST /configure) require an API key with admin role permissions.