Tencent Cloud BI (Business Intelligence) provides end-to-end BI capabilities, from data access to model analysis, data visualization display, data portal setup, application collaboration, and permission management. It effectively integrates enterprise multi-business data sources to help operators quickly obtain data for decision-making. The system uses agile self-service design, allowing users to complete complex report output processes with simple dragging operations. By connecting with WeCom and WeChat Official Account, it enables quick implementation of collaboration scenarios such as report sharing, push, and interactive comments.
This section introduces Tencent Cloud BI API interfaces. All are API 3.0 interfaces.
You can call APIs to operate Tencent Cloud BI, such as creating a strong authentication token, creating a user, modifying user information, creating a project, and modifying project information.
For information on all APIs supported by Tencent Cloud BI, see API overview.
Common terminology for Tencent Cloud BI API interface, see the table below:
| Term | Description |
|---|---|
| Embed out refers to embedding an entire data dashboard or a certain page within it into another system using a specified URL by clicking the embed out button, enabling convenient access. | |
| Strong Authentication Nesting | Enable nested validation when operating, must use API to generate a token with an expiration period, then concatenate the complete URL and perform access. |
| Weak authentication embedding | Disable nested validation when operating, automatically generate an embedded link with a token, no need to use API. |
You can use the API Explorer tool to call APIs online.
This document uses creating a strong authentication token as an example. The steps to make an API call via the API Explorer Tool are as follows:
You have completed the creation of a strong authentication token and accessed it with strong authentication.
Feedback