{"service":"translate","route":"POST /translate","price":"$0.01","payment":"x402 (USDC on Base) — POST to this path, pay the returned 402, retry","description":"Translate text (up to 6k chars) with placeholder preservation. Input: { text, target, source? }. For many strings at once use /translate-batch.","input":{"properties":{"text":{"type":"string","description":"Text to translate (max 6k chars)"},"target":{"type":"string","description":"Target language, e.g. 'Spanish'"},"source":{"type":"string","description":"Source language (auto-detected if omitted)"}},"required":["text","target"]},"inputExample":{"text":"Good morning, how are you?","target":"Spanish"},"outputExample":"Buenos días, ¿cómo estás?","outputSchema":{"type":"string"}}