{"service":"translate-batch","route":"POST /translate-batch","price":"$0.08","payment":"x402 (USDC on Base) — POST to this path, pay the returned 402, retry","description":"Translate up to 200 strings in one call (localization workflows) — returns a guaranteed-valid JSON array in the same order, placeholders preserved. Input: { texts: [..], target, source? }.","input":{"properties":{"texts":{"type":"array","description":"Array of strings (max 200 items, 40k chars total)"},"target":{"type":"string","description":"Target language"},"source":{"type":"string","description":"Source language (optional)"}},"required":["texts","target"]},"inputExample":{"texts":["Hello","Goodbye","Thank you"],"target":"Spanish"},"outputExample":["Hola","Adiós","Gracias"],"outputSchema":{"type":"array","items":{"type":"string"}}}