{"ok":true,"tool":"Text Reverser","operation":"reverse-text","description":"Reverse text by characters, words, or lines.","method":"POST","endpoint":"/api/text-reverser","webUrl":"https://ultraquick.tools/tools/text-reverser","parameters":{"type":"object","properties":{"text":{"type":"string","description":"Text to reverse"},"mode":{"type":"string","enum":["chars","words","lines"],"description":"Reversal mode (default chars)"}},"required":["text"]},"response":{"type":"object","properties":{"result":{"type":"string"},"mode":{"type":"string"}}},"example":{"request":{"text":"hello world","mode":"words"},"response_shape":{"type":"object","properties":{"result":{"type":"string"},"mode":{"type":"string"}}}},"howToCall":"POST a JSON body to https://ultraquick.tools/api/text-reverser. Returns {\"ok\":true,\"result\":{...}} on success or {\"ok\":false,\"error\":\"...\"} on failure. No auth, CORS-enabled.","parametersSummary":"  text (string, required) — Text to reverse\n  mode (string, optional, one of: chars|words|lines) — Reversal mode (default chars)","curlExample":"curl -X POST https://ultraquick.tools/api/text-reverser -H \"Content-Type: application/json\" -d '{\"text\":\"hello world\",\"mode\":\"words\"}'"}