Cleiry Platform API
Cleiry API Documentation
Introduction
This API provides services for building, managing, and integrating AI-powered chatbots into websites. The platform allows users to create customized chatbots with different AI models and settings.
Authentication
This API uses session-based authentication. After successful login, you will receive a session token that should be included in the Authorization header for protected endpoints.
Cross-Origin Resource Sharing
This API features Cross-Origin Resource Sharing (CORS) implemented in compliance with W3C spec. This allows cross-domain communication from the browser for authorized origins.
Rate Limiting
API requests are subject to rate limiting to ensure system stability and fair usage across all users.
Authentication
- HTTP: Bearer Auth
Session token authentication. Use the token received from the login endpoint.
Security Scheme Type: | http |
---|---|
HTTP Authorization Scheme: | bearer |
License
MIT