Developer API
Programmatically generate beautiful charts with our RESTful API. Perfect for automation, dashboards, and integrations.
Simple & Fast
Generate charts with a single API call. No complex setup required.
RESTful Design
Standard HTTP methods and JSON responses. Works with any language.
Secure
API key authentication with rate limiting and usage analytics.
Quick Start
Generate a chart by sending a POST request with your data:
Endpoints
/v1/templates
List all available chart templates
/v1/charts
Generate a new chart from a template
/v1/charts/:id
Retrieve a generated chart by ID
/v1/charts/:id
Delete a generated chart
Render Tokens
/render/:token
Render a published chart as a single image. Supports `format=png|svg|jpg` and optional `variant=overview|detail|derived` for charts with saved multi-chart output.
/render/:token/bundle
Return JSON metadata for all available chart variants. This is the stable way to discover overview/detail/derived outputs without changing the existing single-image render contract.
/embed/:token
Embed a published chart in an iframe. The default layout stays single-chart. Add `layout=stacked` to render multiple saved outputs in one vertical embed page, and `refresh=SECONDS` for periodic reloads.
Ready to integrate?
Sign up for a free account to get your API key and start generating charts.