{"ok":true,"tool":"Scientific Notation Converter","operation":"convert-scientific-notation","description":"Convert a decimal to scientific notation, or scientific notation back to decimal.","method":"POST","endpoint":"/api/scientific-notation-converter","webUrl":"https://toolhub-5eo.pages.dev/tools/scientific-notation-converter","parameters":{"type":"object","properties":{"value":{"type":"string","description":"The number, as a decimal or scientific-notation string"},"direction":{"type":"string","enum":["to","from"],"description":"\"to\" = decimal to scientific, \"from\" = scientific to decimal (default \"to\")"}},"required":["value"]},"response":{"type":"object","properties":{"input":{"type":"string"},"direction":{"type":"string"},"result":{"type":"string"},"scientific":{"type":"string"},"numeric":{"type":"number"},"mantissa":{"type":"number"},"exponent":{"type":"number"}}},"example":{"request":{"value":"1234","direction":"to"},"response_shape":{"type":"object","properties":{"input":{"type":"string"},"direction":{"type":"string"},"result":{"type":"string"},"scientific":{"type":"string"},"numeric":{"type":"number"},"mantissa":{"type":"number"},"exponent":{"type":"number"}}}},"howToCall":"POST a JSON body to https://toolhub-5eo.pages.dev/api/scientific-notation-converter. Returns {\"ok\":true,\"result\":{...}} on success or {\"ok\":false,\"error\":\"...\"} on failure. No auth, CORS-enabled.","parametersSummary":"  value (string, required) — The number, as a decimal or scientific-notation string\n  direction (string, optional, one of: to|from) — \"to\" = decimal to scientific, \"from\" = scientific to decimal (default \"to\")","curlExample":"curl -X POST https://toolhub-5eo.pages.dev/api/scientific-notation-converter -H \"Content-Type: application/json\" -d '{\"value\":\"1234\",\"direction\":\"to\"}'"}