Skip to main content
Welcome to the Pathors API reference documentation. Our API provides multiple integration options and powerful knowledge management features.

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.
IntegrationAuth MethodHeader
LINE IntegrationLINE channel access tokenPer LINE docs
Completions APIProject API KeyAuthorization: Bearer sk_...
Call APIsProject API KeyAuthorization: Bearer sk_...
Knowledgebase / Dataset APIsProject API Keyx-api-key: sk_...
Legacy API keys (buzz_live_ prefix) created from the old Integration settings page are still supported for backward compatibility.

Getting Started

  1. Choose the features that best fit your needs
  2. Create a Project API Key in Project Settings > API Keys
  3. Follow the setup guide for your chosen features
  4. Test your implementation using our example code
  5. Deploy to production
For detailed information about each feature, click on the respective cards above.