post_translate_text
ActiveTool of io.github.webberdesign/webbersites-x402-data-api
TRANSLATION — POST {text, target} and get the translation plus the detected source language. Any language pair; target as a name or ISO code ('spanish', 'de', 'ja'). Up to 8,000 chars per call; line breaks and markdown preserved; code, URLs, and proper names left alone. Optional {source} to pin the source language, {formality}: formal|informal. Fast cheap LLM under the hood; the x402 payment IS the auth. ($0.01 per call, paid via x402)
Parameters schema
{
"type": "object",
"required": [
"text",
"target"
],
"properties": {
"text": {
"type": "string",
"description": "The text to translate, up to 8,000 characters"
},
"source": {
"type": "string",
"description": "Optional source language; auto-detected when omitted"
},
"target": {
"type": "string",
"description": "Target language — name or ISO code ('spanish', 'de', 'ja')"
},
"formality": {
"type": "string",
"description": "formal or informal register (optional)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.webberdesign/webbersites-x402-data-api
https://github.com/webberdesign/api.webbersites.com
1/7 registries