← Back to directory

Turn a plain Chart.js v4 config (type, data, options as JSON) into a PNG chart i...

https://md.fastdb.in/shot/chart

Overview

Turn a plain Chart.js v4 config (type, data, options as JSON) into a PNG chart image — line, bar, pie, doughnut, scatter, radar. No accounts, no watermark; made for agents producing reports, dashboards and social posts. $0.005 per call via x402.

Protocol x402
Price $0.0050
Payment Asset USD Coin
Payment Network Base
Category media/images
Provider md
Source bazaar
Indexed 2026-07-17 16:15:19

Health

Status unknown
Latency (p50)
Uptime (30d)
Reliability Score
Last Checked Never
Last Healthy Never
Consecutive Failures 0

x402 Payment Validation

Payment Requirements
Asset Verified
Facilitator

Input Schema

{ "body": { "chart": { "data": { "datasets": [ { "borderColor": "#2563eb", "data": [ 12, 19, 8, 24, 31 ], "label": "USDC volume" } ], "labels": [ "Mon", "Tue", "Wed", "Thu", "Fri" ] }, "type": "line" }, "height": 400, "width": 800 }, "bodyType": "json", "method": "POST", "type": "http" }

Output Schema

{ "example": { "b64": "<base64-encoded image>", "bytes": 48213, "contentType": "image/png", "height": 800, "ok": true, "sha256": "9f7d…", "tookMs": 1450, "width": 1280 }, "type": "json" }