Skip to main content

Kapa API reference overview

Welcome to the kapa.ai API. This reference covers the public endpoints you can use to integrate kapa.ai into your application.

Base URL​

https://api.kapa.ai

Authentication​

All requests must include your API key in the header:

X-API-KEY: YOUR_API_KEY

You can create your API key on the Kapa platform.

Request format​

  • Protocol: HTTPS only
  • Content type: application/json
  • Responses: All endpoints return application/json