Get a chart image
Charts
Get a chart image
Renders a chart as a PNG image. Works for any chart the API key owner can access: charts on dashboards, charts created in chats, and insight charts. The image only includes data the API key owner is allowed to see. Pass chartVersionId to render a specific version; otherwise the latest version is rendered. Rendered images are cached per chart version.
GET
Get a chart image
Authorizations
API key authentication using Bearer token format: Bearer <basedash_api_key>
Query Parameters
Chart version to render. Defaults to the latest version of the chart.
Response
PNG chart image
The response is of type string.