A

AI Translate · AI Translate

by AI Translate

GETBase

$0.03

per call · USD Coin on Base

Claude-quality translation as a pay-per-call primitive: send text= (up to 6K characters) and to= any language, get only the translation back — no notes, no wrapper prose, safe to pipe straight into the next step. One USDC micro-payment per call, no API key or subscription. Built for agents localizing content, parsing foreign-language sources, or serving multilingual users.

Endpoint

GET https://402.com.tr/api/x402/ai-translate

11

Calls / 30d

2

Unique payers / 30d

Aug 26

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://402.com.tr/api/x402/ai-translate", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://402.com.tr/api/x402/ai-translate?text=Your+withdrawal+is+being+processed+and+should+arrive+within+one+business+day.&to=Turkish" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "checkedAt": "2026-08-26T00:39:00.861Z",
  "generatedAt": "2026-08-26T00:39:00.861Z",
  "model": "claude-haiku-4-5",
  "outputTruncated": false,
  "to": "xddABFaFDeEdeEDaA",
  "translation": "aFDdEEDaAdEBFaFDeEdeEDaA",
  "truncated": false
}

Payment details

Pay to0x973a31858f4d2125f48c880542da11a2796f12d6
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of AI & Inference and the homepage with a featured placement.

Get featured →

More from AI Translate & similar services