This document introduces the Open API related to the intelligent query functionality of the Intelligent Analysis Agent. You will learn how to use the API to enable the agent to query data using natural language.
Caution: Before using the APIs described in this document, you must complete the prerequisites of integrating JWT-Token, applying for a Token, and configuring the agent in advance. Please familiarize yourself with the invocation method. For details, refer to Invocation Method.
Context-path: https://{domain}/aeolus/llm/openApi/v2/chatbi/query
Path-parameters:
Parameter | Type | Required | Example value | Description |
|---|---|---|---|---|
domain | string | Yes | None |
|
Response:
{ "code": "llm/ok", "data": [{REULT_OBJECT}], "message": {} }
API | Description |
|---|---|
Call the OpenAPI interface to use the Intelligent Analysis Agent on Lark to query data. | |
Call the OpenAPI interface to use the Intelligent Analysis Agent on PC to query data. |