Welcome to Klen AI
Klen AI is a powerful platform that enables developers to build and integrate AI calling agents into their applications. Our API provides a seamless way to manage calls, agents, contacts, and calendar events, allowing you to create intelligent communication workflows for your business.What Can You Do With Klen AI?
- Automate Phone Conversations: Create AI agents that can make and receive calls, follow scripts, and adapt to conversations in real-time.
- Manage Contacts: Create, update, and organize your contacts with a comprehensive contact management system.
- Context Variables: Manage contact and business context variables for personalization
- Schedule Appointments: Integrate with calendar systems to schedule meetings and appointments.
- Receive Webhooks: Get real-time notifications about call events, transcripts, and calendar updates.
Getting Started
To start using the Klen AI API, you’ll need to:- Create an account on the Klen AI platform
- Generate an API key from your dashboard
- Integrate our API into your application
API Key Authentication
All requests to the Klen AI API require authentication using an API key. Your API key carries many privileges, so be sure to keep it secure. You can manage your API keys from the API Keys page in your dashboard. Authentication is performed using the Bearer token method:Rate Limits
To ensure the stability of our service, we implement rate limits on API requests:- API keys have a
requests_per_minute_limit
(default: 60 requests per minute) - For call initiation, there is a
calls_per_day_limit
(default: 100 calls per day) - For calendar events, there is a
calendar_events_per_day_limit
(default: 50 events per day)
Example Use Cases
Virtual Receptionist
Create a virtual receptionist that answers calls, schedules appointments, and routes calls to the appropriate person.Automated Appointment Reminder
Send automated appointment reminders to customers and allow them to confirm, reschedule, or cancel appointments.Next Steps
- Quickstart Guide: Get up and running quickly with a simple integration
- API Reference: Explore the full API documentation
- Guides: Learn how to build common integrations
- Examples: See code examples in various programming languages