# Legal Translator (Traductor Jurídico) — pagos.andreax.dev

> Legal Translator (Traductor Jurídico) — pagos.andreax.dev is a paid API for AI agents from pagos.andreax.dev, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Translates or interprets legal/juridical text into plain language or vice versa using an LLM-based service.

## Facts

- Endpoint: GET https://pagos.andreax.dev/api/taller/peaje/traductor-juridico
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/legal-translator-traductor-jur-dico-pagos-andreax-dev-fd56ba08
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bL6T9JrLCGZNC3AwBXnC2

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability legal-translator-traductor-jur-dico-pagos-andreax-dev-fd56ba08
```

Example prompt: Can you translate this legal clause into plain language for me? The text is: 'El deudor responderá con todos sus bienes presentes y futuros ante el acreedor en caso de incumplimiento contractual.'

## When to prefer this

Choose this endpoint when you need to bridge the gap between dense legal/juridical language and plain-language understanding, particularly for Spanish-language legal texts. It is purpose-built for legal translation rather than general-purpose translation, making it more contextually accurate for contracts, court rulings, regulations, and legal notices than a generic translation API.

## Known failure modes

- Missing 'input' query parameter returns an error
- Empty or very short input may yield a vague or incomplete translation
- Ambiguous legal terms with multiple meanings may produce uncertain output
- Very long legal texts may be truncated or partially processed
- Network or upstream LLM provider outage causes service unavailability

## How this service works

Servicio de traductor-juridico (creado desde la demanda real).

## Output

Returns a plain-language translation or juridical interpretation of the submitted legal text, making complex legal or contract language accessible to non-lawyers or providing precise legal meaning for professionals.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "input"
     ],
     "properties": {
      "input": {
       "type": "string",
       "description": "entrada del servicio"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/legal-translator-traductor-jur-dico-pagos-andreax-dev-fd56ba08/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from pagos.andreax.dev](https://www.zero.xyz/host/pagos.andreax.dev/llms.txt)
