Integrations
LINE Integration
Integrate with LINE Messaging API to create chatbots for LINE platform.
Completions API
Use our OpenAI-compatible API to integrate with any platform.
Calls
Create Call
Create calls from configured phone numbers to target numbers.
Knowledge Management
Knowledgebase
Create and manage knowledgebases to store and organize your data.
Dataset
Upload and manage datasets within your knowledgebase.
Session Management
Create Session
Create a new session to maintain conversation context across multiple API calls.
Query Session
Query session information by session ID to view conversation context and variables.
Authentication
All APIs (except LINE Integration) use Project API Key (sk_ prefix) for authentication. You can create API keys in Project Settings > API Keys.
| Integration | Auth Method | Header |
|---|---|---|
| LINE Integration | LINE channel access token | Per LINE docs |
| Completions API | Project API Key | Authorization: Bearer sk_... |
| Call APIs | Project API Key | Authorization: Bearer sk_... |
| Knowledgebase / Dataset APIs | Project API Key | x-api-key: sk_... |
Legacy API keys (
buzz_live_ prefix) created from the old Integration settings page are still supported for backward compatibility.Getting Started
- Choose the features that best fit your needs
- Create a Project API Key in Project Settings > API Keys
- Follow the setup guide for your chosen features
- Test your implementation using our example code
- Deploy to production
