Generate chart images from your data. Supports bar, line, pie, doughnut, radar, and polar area charts with customizable dimensions and formats.
{
"status": "ok",
"error": null,
"data": {
"id": "6a783c9c-f959-4a88-80cb-84580b8c788d",
"format": ".png",
"expires": 1766010059346,
"type": "bar",
"downloadURL": "https://storage.googleapis.com/apiverve/APIData/chartgenerator/6a783c9c-f959-4a88-80cb-84580b8c788d.png?GoogleAccessId=635500398038-compute%40developer.gserviceaccount.com&Expires=1766010059&Signature=Iud%2B7hoPRtPbWoJXQAAnhN9nqUHObHQ7PaiJCtkWQzEzpMexPMRR3BIPKkwOUMAwT6YcNbvywgnLvU2SV7498rbp%2FZbktuAR3Ok1E3O6p4ZJJ4s%2FpW8HAZgIBJpDlPUQt%2FjulQLtwP2I2GUPVmgWheXitnWsWq1S3E2k4viysXwS8H2%2B8BBdxjS%2Bv1ruGXbqd4RpdzdLst4e9YtHGWNZuiaL8zX8%2FHA1zreyrewY2fpB4g0pHnh%2B3IDE48eIohb4HQoDc9vXy4s8sIoqLScmTLyxyq1pPYlak1n1PWdbLcz4TBr41JnLELzF%2BBwCkyrLts9dhisSseaIB7d4g4JQnw%3D%3D"
}
}






Generate chart images from your data. Supports bar, line, pie, doughnut, radar, and polar area charts with customizable dimensions and formats.
A single authenticated GET with the location you care about — no SDK required.
GET /v1/chartgenerator?query=… x-api-key: your_key
Each request pulls from multiple upstream sources and computes the derived fields for you.
One structured object, typically under 200 ms — ready to render.
{ id, format, expires, … }
Real applications shipping on this endpoint today — each with the numbers that made it worth wiring up.
See every use caseUse our Chart Generator API to create charts programmatically. Feed your data, get back chart images ready for PDF reports, emails, or dashboards.
Generate chart images via API and embed them directly in emails. Works in every email client since it's just an image.
Generate chart images on-demand and share them in chat. Perfect for /commands that show metrics, reports, or analytics.
Copy a working request, or install a typed SDK. Same endpoint, same key.
const res = await fetch("https://api.apiverve.com/v1/chartgenerator", { method: "POST", headers: { "x-api-key": "YOUR_API_KEY" } });
const { data } = await res.json();
console.log(data);Every related API ships with your key — no separate plans, no extra keys, one bill.
See pricingReady-made recipes for Zapier, Make, and n8n — trigger on an event, and the data lands where your team works.
The same key unlocks every other APIVerve endpoint — reach for them when you need them.
Browse the catalog