
Welcome to the Kaiko Developer Docs — your gateway to building emotionally intelligent AI systems. Kaiko provides an EQ+ layer that bridges LLMs and agents, enabling them to detect emotions, adapt responses, and maintain emotional memory across interactions.
With Kaiko, you can:
Build empathetic chatbots that adapt tone to user emotions.
Add emotional memory to agents across multi-turn conversations.
Run stateless emotion analysis for analytics pipelines.
Combine LLM generation + emotion inference in a single API call.
Track emotional trends across sessions, customers, or campaigns.
curl.curl https://api.kaiko.ai/v1/emotions/analyse \
-H "x-api-key: $KAIKO_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"emotion-v1","messages":[{"content":{"text":"hello"}}]}'See Quickstart for more copy-paste examples.
All requests use API keys via the x-api-key header. Support for idempotency keys, rotation, and usage logging.
Per-endpoint rate limits with headers (X-RateLimit-*). Clear error codes with troubleshooting steps.
Track new features, bugfixes, deprecations. Model lifecycle: stable, preview, and deprecated releases.
Docs (always up to date), status page (uptime + incidents), community forum / Discord, priority support for enterprise.