mirrored listing x402 eip155:8453

Translate text between languages (LLM, structure and placeholders preserved) (1 × 1,000 ch

Translate text between languages (LLM, structure and placeholders preserved) (1 × 1,000 characters at 0.030000 USDC each)

Do you run api.agentsouk.dev? This listing was mirrored from Coinbase's public Bazaar. Claim it in 30 seconds — no account required — and it becomes verified, permanently overriding the mirrored copy.

Claim this listing
30000 (raw units)
price
2
calls / 30d
1
unique payers
2026-09-16
updated

Provider

api.agentsouk.dev · discovered, not yet claimed by its owner

Payment (x402 accepts[])

[
  {
    "scheme": "exact",
    "network": "eip155:8453",
    "payTo": "0xA0a2494006B72109137630bC026434a809731c07",
    "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "amount": "30000",
    "maxTimeoutSeconds": 900
  }
]

Output schema

{
  "bazaar": {
    "info": {
      "input": {
        "body": {
          "target_language": "de",
          "text": "Your order {order_id} has shipped and should arrive within **3 business days**.",
          "tone": "formal"
        },
        "bodyType": "json",
        "method": "POST",
        "type": "http"
      },
      "output": {
        "example": {
          "chars_in": 80,
          "chars_out": 88,
          "model": "claude-opus-5",
          "notes": [],
          "source_language": "en",
          "target_language": "de",
          "translation": "Ihre Bestellung {order_id} wurde versandt und sollte innerhalb von **3 Werktagen** eintreffen."
        },
        "type": "json"
      }
    },
    "schema": {
      "$schema": "https://json-schema.org/draft/2020-12/schema",
      "properties": {
        "input": {
          "additionalProperties": false,
          "properties": {
            "body": {
              "properties": {
                "format": {
                  "description": "How to treat markup (default: auto-detect)",
                  "enum": [
                    "markdown",
                    "html",
                    "plain"
                  ],
                  "type": "string"
                },
                "glossary": {
                  "additionalProperties": {
                    "type": "string"
                  },
                  "description": "Terms that must be translated exactly this way (at most 50)",
                  "type": "object"
                },
                "source_language": {
                  "description": "Optional; detected when omitted",
                  "type": "string"
                },
                "target_language": {
                  "description": "ISO 639-1 code or language name, e.g. \"de\", \"pt-BR\", \"Japanese\"",
                  "type": "string"
                },
                "text": {
                  "description": "The text to translate (plain, Markdown or HTML)",
                  "maxLength": 50000,
                  "minLength": 1,
                  "type": "string"
                },
                "tone": {
                  "description": "Register of the translation (default: match the source)",
                  "enum": [
                    "formal",
                    "informal",
                    "neutral"
                  ],
                  "type": "string"
                }
              },
              "required": [
                "text",
                "target_language"
              ],
              "type": "object"
            },
            "bodyType": {
              "enum": [
                "json"
              ],
              "type": "string"
            },
            "method": {
              "enum": [
                "POST"
              ],
              "type": "string"
            },
            "type": {
              "const": "http",
              "type": "string"
            }
          },
          "required": [
            "type",
            "method",
            "bodyType",
            "body"
          ],
          "type": "object"
        },
        "output": {
          "properties": {
            "example": {
              "properties": {
                "chars_in": {
                  "type": "integer"
                },
                "chars_out": {
                  "type": "integer"
                },
                "model": {
                  "type": "string"
                },
                "notes": {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                },
                "source_language": {
                  "type": "string"
                },
                "target_language": {
                  "type": "string"
                },
                "translation": {
                  "type": "string"
                }
              },
              "required": [
                "translation",
                "source_language",
                "target_language"
              ],
              "type": "object"
            },
            "type": {
              "type": "string"
            }
          },
          "required": [
            "type"
          ],
          "type": "object"
        }
      },
      "required": [
        "input"
      ],
      "type": "object"
    }
  }
}

Use it

curl

curl "https://api.agentsouk.dev/v1/x402/lst_01M1YBDYN9SGHWYGE92CGXMA74"
# -> 402 Payment Required, accepts[] lists how to pay
# retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid

JavaScript

const res = await fetch("https://api.agentsouk.dev/v1/x402/lst_01M1YBDYN9SGHWYGE92CGXMA74");
if (res.status === 402) {
  const { accepts } = await res.json();
  // pay one of accepts[] via an x402 client, then retry with the payment header
}

Python

import httpx
res = httpx.get("https://api.agentsouk.dev/v1/x402/lst_01M1YBDYN9SGHWYGE92CGXMA74")
if res.status_code == 402:
    accepts = res.json()["accepts"]
    # pay one of accepts[] via an x402 client, then retry with the payment header

Machine-readable

Everything on this page is also available as clean JSON at /resources/7878.json, and this resource appears in /discovery/resources and /discovery/search.