{"note":"OpenAPI conversion -- returning structured metadata","name":"quickchart-io","description":"QuickChart API","version":"1.0.0","base_url":"https://quickchart.io","endpoints":4,"raw":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api QuickChart API\n@base https://quickchart.io\n@version 1.0.0\n@auth ApiKey key in query\n@endpoints 4\n@toc chart(2), qr(2)\n\n@group chart\n@endpoint GET /chart\n@desc Generate a chart (GET)\n@optional {chart: str # The chart configuration in Chart.js format (JSON or Javascript)., width: int # The width of the chart in pixels., height: int # The height of the chart in pixels., format: str # The output format of the chart, 'png', 'jpg', 'svg', or 'webp'., backgroundColor: str # The background color of the chart., key: str # QuickChart API key}\n@returns(200) A generated chart image.\n\n@endpoint POST /chart\n@desc Generate a chart (POST)\n@optional {chart: map # The chart configuration in Chart.js format (JSON or Javascript)., width: int # The width of the chart in pixels., height: int # The height of the chart in pixels., format: str # The output format of the chart, 'png', 'jpg', 'svg', or 'webp'., backgroundColor: str # The background color of the chart., key: str # QuickChart API key}\n@returns(200) A generated chart image.\n\n@endgroup\n\n@group qr\n@endpoint GET /qr\n@desc Generate a QR code (GET)\n@optional {text: str # The text to be encoded in the QR code., width: int # The width of the QR code in pixels., height: int # The height of the QR code in pixels., format: str # The output format of the QR code, e.g., 'png' or 'svg'., margin: int # The margin around the QR code in pixels., key: str # QuickChart API key}\n@returns(200) A generated QR code image.\n\n@endpoint POST /qr\n@desc Generate a QR code (POST)\n@optional {text: str # The text to be encoded in the QR code., width: int # The width of the QR code in pixels., height: int # The height of the QR code in pixels., format: str # The output format of the QR code, e.g., 'png' or 'svg'., margin: int # The margin around the QR code in pixels., key: str # QuickChart API key}\n@returns(200) A generated QR code image.\n\n@endgroup\n\n@end\n"}