Skip to main content

Integrating AskTable into Third-Party Data Platforms

AskTable is a Web system that supports natural language querying of data. All core functions are provided through standardized OpenAPI, supporting SDK integration, making it easy to integrate into existing data platforms.

The main integration methods are as follows:

  1. Datasource Integration You can synchronize existing datasource information (such as host, user, password, etc.) to AskTable, used to connect to the underlying database.

Call the interface: 👉 https://api.asktable.com/.../create_datasource


  1. Metadata Integration You can synchronize well-managed metadata (such as table names, field names, field types, descriptions, etc.) to AskTable, improving semantic understanding and query accuracy.

Call the interface: 👉 https://api.asktable.com/.../create_metadata


  1. Page Integration (Embedded Usage) You can embed AskTable into an existing Web system, providing intelligent query capabilities in a chat format.

For details on the integration method, please refer to the documentation: 👉 Embed AskTable in a Website