{"openapi":"3.1.0","info":{"title":"Celsius to Fahrenheit Grapher","description":"Convert Celsius to Fahrenheit in real time and see the conversion plotted on an interactive chart, with CSV and PNG export.","version":"1.0"},"servers":[{"url":"https://dabbled.ai"}],"paths":{"/apps/celsius-to-fahrenheit-grapher":{"get":{"operationId":"celsiusToFahrenheitGrapher","summary":"Convert Celsius to Fahrenheit in real time and see the conversion plotted on an interactive chart, with CSV and PNG export.","parameters":[{"name":"mode","in":"query","required":true,"description":"Conversion mode","schema":{"type":"string","enum":["single","range"]}},{"name":"celsius_input","in":"query","required":false,"description":"Celsius (°C)","schema":{"type":"number"}},{"name":"celsius_slider","in":"query","required":false,"description":"Celsius slider","schema":{"type":"number"}},{"name":"start_celsius","in":"query","required":false,"description":"Start °C","schema":{"type":"number"}},{"name":"end_celsius","in":"query","required":false,"description":"End °C","schema":{"type":"number"}},{"name":"step_celsius","in":"query","required":false,"description":"Step °C","schema":{"type":"number"}},{"name":"show_formula","in":"query","required":false,"description":"Show formula","schema":{"type":"boolean"}},{"name":"show_grid","in":"query","required":false,"description":"Show grid & tooltips","schema":{"type":"boolean"}}],"responses":{"200":{"description":"Rendered app reflecting the given inputs."}}}}}}