{"ok":true,"tool":"ASCII Text Converter","operation":"convert-ascii","description":"Convert text to ASCII codes (and hex), or codes back to text.","method":"POST","endpoint":"/api/ascii-text-converter","webUrl":"https://toolhub-5eo.pages.dev/tools/ascii-text-converter","parameters":{"type":"object","properties":{"text":{"type":"string","description":"The text or list of codes"},"direction":{"type":"string","enum":["to","from"],"description":"\"to\" = text to codes, \"from\" = codes to text (default \"to\")"}},"required":["text"]},"response":{"type":"object","properties":{"result":{"type":"string"},"codes":{"type":"array"},"hex":{"type":"array"}}},"example":{"request":{"text":"ABC","direction":"to"},"response_shape":{"type":"object","properties":{"result":{"type":"string"},"codes":{"type":"array"},"hex":{"type":"array"}}}},"howToCall":"POST a JSON body to https://toolhub-5eo.pages.dev/api/ascii-text-converter. Returns {\"ok\":true,\"result\":{...}} on success or {\"ok\":false,\"error\":\"...\"} on failure. No auth, CORS-enabled.","parametersSummary":"  text (string, required) — The text or list of codes\n  direction (string, optional, one of: to|from) — \"to\" = text to codes, \"from\" = codes to text (default \"to\")","curlExample":"curl -X POST https://toolhub-5eo.pages.dev/api/ascii-text-converter -H \"Content-Type: application/json\" -d '{\"text\":\"ABC\",\"direction\":\"to\"}'"}