Skip to main content

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

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}}