Skip to main content
Version: 1.0.0

Knowledge Base OpenAPI

Feature Introduction

Here are the Knowledge Base-related openapis.

Access Guide

To call the following interfaces, you need to pass an AccessToken or ApiKey in the format Authorization: Bearer <token> or Authorization: Bearer <ApiKey>. For token acquisition methods, refer to: https://docs.cloudbase.net/http-api/basic/access-token; For how to obtain an ApiKey, refer to: https://docs.cloudbase.net/http-api/basic/api-key

HTTP Status Code

Depending on the returned results, status codes such as 2xx, 4xx, and 5xx may occur.

Error Codes

The following lists the error codes specific to this series of APIs. For the complete list, refer to: https://docs.cloudbase.net/error-code/service

Error CodeMeaning
INVALID_PARAMETERParameter Error
MISSING_PARAMETERMissing Parameter Error
RESOURCE_NOTFOUNDResource Not Found
INVALID_PARAMETER_VALUEParameter Value Error
REQUEST_LIMIT_EXCEEDEDThe number of requests exceeds the frequency limit
SYS_ERRInternal Error
FAILED_OPERATIONOperation Failed

Authentication

The token corresponding to the environment ID, obtained using login authentication (v2).

Security Scheme Type:http
HTTP Authorization Scheme:bearer