Overview

The Visualizations API renders chart data into SVG, PNG, or PDF formats. It is useful for generating quick charts from tabular or aggregated data in agent workflows, reports, and dashboards.

Base URL

For local development:

Authentication

Visualization routes inherit the standard bearer-token auth middleware. See Authentication.

Endpoints

Request body

Data point

Render to SVG

Example request

Example response

Render to PNG

Returns the rendered PNG as a base64-encoded string.

Example response

Render to PDF

Returns the rendered PDF as a base64-encoded string.

Example response

Service status

Example response

Error codes