{"endpoint":"https://codepulse-api.hahavoid0.workers.dev/media/chart","method":"POST","price":"$0.020","description":"Generates charts (bar, line, pie) from JSON configuration payloads using QuickChart.io.","example_input":{"chart_config":{"type":"bar","data":{"labels":["Q1","Q2"],"datasets":[{"label":"Sales","data":[100,200]}]}}},"example_output":{"supported":true,"result":{"chart_url":"https://quickchart.io/chart?c=..."},"confidence":"high","warnings":[],"disclaimer":"Informational support only. Not legal, tax, medical, veterinary, or financial advice. Verify with the cited official source or a qualified professional before acting.","data_as_of":"2026-06"},"request_schema":{"type":"object","required":["chart_config"],"properties":{"chart_config":{"type":"object","description":"Chart.js compatible configuration JSON"}}},"response_schema":{"type":"object"}}