API Reference
Introduction
LinkAI platform provides various open APIs that allow developers to integrate Agents, workflows, knowledge bases, and other intelligent capabilities created on the platform into other systems and services, enabling customized AI application development.
API Base URL: https://api.linkai.cloud
API List
- Chat API
- Chat Memory API (Version requirement: Pro and above)
- Workflow Run API (Version requirement: Pro and above)
- Speech Recognition API (Version requirement: Pro and above)
- Text-to-Speech API (Version requirement: Pro and above)
Authentication
API calls are authenticated using API Keys. Before making calls, you need to create an API Key from the Console - Integration page:

When making API calls, include the API Key
in the request header:
Authorization: Bearer {{YOUR_API_KEY}}