2s AI Translation API is a paid API for AI agents from 2s.io, paid per call via x402, $0.0282/call, status unknown (last checked 2026-09-14).
Translates text from one language to another using AI, with optional auto-detection of source language, returning translated text and confidence score
The (most) everything API: 575+ pay-per-call endpoints for AI agents — ground-truth data, a full AI gateway, and agent infrastructure (storage, queues, watchers). USDC via x402, no signup, no API keys, and upto billing: pay actual usage, not the quote.
Returns a JSON object with an items array containing the translated text in the target language, the detected or echoed source language as a BCP-47 tag, and a confidence level (high, medium, or low). Also includes provider metadata with name, URL, and license information.
POSThttps://2s.io/api/ai/translateChoose this endpoint when you need a pay-per-call translation API with no signup or API key requirements, paying only in USDC via x402 on Base or Solana. Ideal for AI agents that need occasional or bursty translation without committing to a subscription. Supports BCP-47 language tags and auto-detection of source language, making it suitable for multilingual pipelines where the input language is unknown.
{
"text": "Hello world",
"sourceLanguage": "en",
"targetLanguage": "es"
}| Field | Type | Description |
|---|---|---|
| text | string | Source text to translate (1-6000 chars). |
| sourceLanguage | string | Source language as BCP-47. Auto-detected when omitted. |
| targetLanguage | string | Target language as BCP-47 (e.g. "en", "es-MX", "zh-Hans"). |
{
"data": {
"ok": true,
"items": [
{
"text": "Hola mundo",
"confidence": null,
"targetLanguage": "es",
"detectedSourceLanguage": "en"
}
],
"total": 1,
"source": {
"url": "https://2s.io",
"license": "Generated content — no upstream data license",
"provider": "2s.io AI (Anthropic Claude Haiku)"
}
},
"meta": {
"cost": {
"usd": 0.01425,
"tier": 2
},
"caller": "x402",
"version": null,
"endpoint": "ai.translate",
"settlement": {
"txHash": "0x05fbe436e432c5891a85db1538110ded20a76c267bd4f2384e3f45bc5468a9c1",
"network": "eip155:8453",
"success": true
}
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"