{"ok":true,"tool":"Number to Words","operation":"number-to-words","description":"Convert an integer to its English word representation.","method":"POST","endpoint":"/api/number-to-words","webUrl":"https://toolhub-5eo.pages.dev/tools/number-to-words","parameters":{"type":"object","properties":{"number":{"type":"integer","description":"The integer to convert to words"}},"required":["number"]},"response":{"type":"object","properties":{"result":{"type":"string"}}},"example":{"request":{"number":12345},"response_shape":{"type":"object","properties":{"result":{"type":"string"}}}},"howToCall":"POST a JSON body to https://toolhub-5eo.pages.dev/api/number-to-words. Returns {\"ok\":true,\"result\":{...}} on success or {\"ok\":false,\"error\":\"...\"} on failure. No auth, CORS-enabled.","parametersSummary":"  number (integer, required) — The integer to convert to words","curlExample":"curl -X POST https://toolhub-5eo.pages.dev/api/number-to-words -H \"Content-Type: application/json\" -d '{\"number\":12345}'"}