Skip to content
Introduction
Welcome to the Kayse AI Public API documentation! Our API enables you to interact with Kayse AI's endpoints, providing access to various functionalities available on our platform.
On the left, you'll find detailed information about each endpoint, including descriptions, methods, URLs, and request/response schemas. We plan to expand this documentation with additional endpoints to offer comprehensive access to the Kayse AI database.
If this is your first time using our API, start by reviewing the Authentication section to learn how to obtain and use API keys.
Base URL
All API requests should be made to:
https://public-api.kayse.ai/v1Getting Started
- Get an API Key - Generate an API key from your company settings under "API Keys"
- Authenticate - Include your API key in the
X-API-KEYheader - Make Requests - Start integrating with the Kayse AI API
Available Resources
| Resource | Description |
|---|---|
| Clients | Manage client records |
| Cases | Create and manage cases |
| Case Lists | Save reusable case filters |
| Calls | Schedule AI calls |
| Campaigns | Manage outreach campaigns |
| Webhooks | Receive real-time event notifications |
| Metadata | Get schema information |