{
  "x402Version": 2,
  "id": 3334,
  "slug": "3334",
  "resource": "https://bazaar-gateway.vercel.app/api/translate",
  "description": "AI-powered text translation between any languages. Powered by Claude AI. Send text and target language, receive a high-quality translation with context awareness. Usage-based pricing from $0.004, scaled by text length and target language (up to $0.020 for long or non-Latin text). The exact price for your text is returned in the 402 payment challenge before you pay.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x9200c98c8188ef50302ed3b8b0ffd5d39832090c",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "4000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "target_language": "Target language (e.g. french, spanish, arabic, japanese)",
            "text": "Text to translate"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "_meta": {},
            "character_count": 0,
            "confidence": 0,
            "formality": "...",
            "model": "...",
            "next": {},
            "notes": "...",
            "ok": "...",
            "original_text": "...",
            "quality": "...",
            "response_time_ms": 0,
            "signals": {},
            "source_language": "...",
            "source_language_input": "...",
            "target_language": "...",
            "target_language_input": "...",
            "timestamp": "...",
            "token_count": 0,
            "translated_text": "..."
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "target_language": {
                    "description": "Target language (e.g. french, spanish, arabic, japanese)",
                    "type": "string"
                  },
                  "text": {
                    "description": "Text to translate",
                    "type": "string"
                  }
                },
                "required": [
                  "text",
                  "target_language"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "bazaar-gateway.vercel.app",
  "lastUpdated": "2026-09-03T09:47:08.064Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-03T09:47:07.923Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "bazaar-gateway.vercel.app",
    "manifest_name": "bazaar-gateway.vercel.app",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}