{"ok":true,"tool":"Pig Latin Translator","operation":"translate-pig-latin","description":"Translate English text into Pig Latin.","method":"POST","endpoint":"/api/pig-latin-translator","webUrl":"https://ultraquick.tools/tools/pig-latin-translator","parameters":{"type":"object","properties":{"text":{"type":"string","description":"English text to translate"},"direction":{"type":"string","enum":["to"],"description":"Only \"to\" is supported"}},"required":["text"]},"response":{"type":"object","properties":{"input":{"type":"string"},"direction":{"type":"string"},"result":{"type":"string"}}},"example":{"request":{"text":"hello world","direction":"to"},"response_shape":{"type":"object","properties":{"input":{"type":"string"},"direction":{"type":"string"},"result":{"type":"string"}}}},"howToCall":"POST a JSON body to https://ultraquick.tools/api/pig-latin-translator. Returns {\"ok\":true,\"result\":{...}} on success or {\"ok\":false,\"error\":\"...\"} on failure. No auth, CORS-enabled.","parametersSummary":"  text (string, required) — English text to translate\n  direction (string, optional, one of: to) — Only \"to\" is supported","curlExample":"curl -X POST https://ultraquick.tools/api/pig-latin-translator -H \"Content-Type: application/json\" -d '{\"text\":\"hello world\",\"direction\":\"to\"}'"}