{"ok":true,"tool":"Speed Converter","operation":"convert-speed","description":"Convert a speed between mph, km/h, knots, m/s, ft/s, and Mach.","method":"POST","endpoint":"/api/speed-converter","webUrl":"https://toolhub-5eo.pages.dev/tools/speed-converter","parameters":{"type":"object","properties":{"value":{"type":"number","description":"The value to convert"},"from":{"type":"string","enum":["ms","kmh","mph","kn","fts","mach"],"description":"Source unit"}},"required":["value","from"]},"response":{"type":"object","properties":{"conversions":{"type":"object","description":"Map of unit code to converted value"}}},"example":{"request":{"value":60,"from":"mph"},"response_shape":{"type":"object","properties":{"conversions":{"type":"object","description":"Map of unit code to converted value"}}}},"howToCall":"POST a JSON body to https://toolhub-5eo.pages.dev/api/speed-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: ms|kmh|mph|kn|fts|mach) — Source unit","curlExample":"curl -X POST https://toolhub-5eo.pages.dev/api/speed-converter -H \"Content-Type: application/json\" -d '{\"value\":60,\"from\":\"mph\"}'"}