{"ok":true,"tool":"Volume Converter","operation":"convert-volume","description":"Convert a volume between liters, gallons, cups, ml, and more.","method":"POST","endpoint":"/api/volume-converter","webUrl":"https://ultraquick.tools/tools/volume-converter","parameters":{"type":"object","properties":{"value":{"type":"number","description":"The value to convert"},"from":{"type":"string","enum":["l","ml","gal","qt","pt","cup","floz","tbsp","tsp","m3","cm3"],"description":"Source unit"}},"required":["value","from"]},"response":{"type":"object","properties":{"conversions":{"type":"object","description":"Map of unit code to converted value"}}},"example":{"request":{"value":1,"from":"gal"},"response_shape":{"type":"object","properties":{"conversions":{"type":"object","description":"Map of unit code to converted value"}}}},"howToCall":"POST a JSON body to https://ultraquick.tools/api/volume-converter. Returns {\"ok\":true,\"result\":{...}} on success or {\"ok\":false,\"error\":\"...\"} on failure. No auth, CORS-enabled.","parametersSummary":"  value (number, required) — The value to convert\n  from (string, required, one of: l|ml|gal|qt|pt|cup|floz|tbsp|tsp|m3|cm3) — Source unit","curlExample":"curl -X POST https://ultraquick.tools/api/volume-converter -H \"Content-Type: application/json\" -d '{\"value\":1,\"from\":\"gal\"}'"}