{"ok":true,"tool":"Area Converter","operation":"convert-area","description":"Convert an area between square meters, square feet, acres, hectares, and more.","method":"POST","endpoint":"/api/area-converter","webUrl":"https://ultraquick.tools/tools/area-converter","parameters":{"type":"object","properties":{"value":{"type":"number","description":"The value to convert"},"from":{"type":"string","enum":["m2","km2","cm2","mm2","mi2","ft2","in2","yd2","ha","acre"],"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":"acre"},"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/area-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: m2|km2|cm2|mm2|mi2|ft2|in2|yd2|ha|acre) — Source unit","curlExample":"curl -X POST https://ultraquick.tools/api/area-converter -H \"Content-Type: application/json\" -d '{\"value\":1,\"from\":\"acre\"}'"}