P

payload402 · Translate

by payload402

GETBase

$0.01

per call · USD Coin on Base

Translate short text between languages (Azure Translator). Use when an agent needs a verifiable string in another language for UI copy, messages, or research snippets — not legal, medical, or certified translation.

Endpoint

GET https://payload402.edgebytenet.workers.dev/translate

1

Calls / 30d

1

Unique payers / 30d

Sep 2

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://payload402.edgebytenet.workers.dev/translate", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://payload402.edgebytenet.workers.dev/translate?from=en&text=Hello&to=es" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "from": "en",
  "note": "Short-text machine translation via Azure Translator (Microsoft); not certified or domain-specific",
  "source": "azure-translator",
  "text": "Hello",
  "to": "es",
  "translated": "Hola"
}

Payment details

Pay to0x555379f9f4750eb34ffc8b3daf8eda2ea0f6d112
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from payload402 & similar services