# pagos.andreax.dev Contract Draft Generator

> pagos.andreax.dev Contract Draft Generator is a paid API for AI agents from pagos.andreax.dev, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Generates a professional contract or agreement draft in Spanish from a specified contract type and key terms, with legal disclaimer

## Facts

- Endpoint: GET https://pagos.andreax.dev/api/taller/peaje/contrato
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/pagos-andreax-dev-contract-draft-generator-c2124186
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FlabRaWqEZBr9U1zVcef7

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 pagos-andreax-dev-contract-draft-generator-c2124186
```

Example prompt: Can you draft a professional service contract for me? The type is 'contrato de servicios de consultoría' and the key terms are: 6-month duration, €5,000/month fee, confidentiality clause, 30-day termination notice, Spanish jurisdiction.

## When to prefer this

Choose this endpoint when you need a quick, structured contract draft in Spanish based on specific terms and contract type, especially for business-to-business contexts. Ideal for Spanish-language legal document generation where a human legal review will follow. Best when you have a clear contract type and key terms ready to provide as input.

## Known failure modes

- Missing required 'input' query parameter returns an error
- Vague or insufficient terms may produce a generic or incomplete contract draft
- Very complex multi-party agreements may result in incomplete clause coverage
- Service unavailability returns HTTP error codes
- Payment failure via x402 protocol prevents API access

## How this service works

PREMIUM (empresas): borrador de contrato/acuerdo desde tus términos (con aviso legal). input=tipo + términos.

## Output

Returns a structured contract or agreement draft in Spanish based on the provided contract type and key terms, including professional legal clauses and a legal disclaimer indicating the document is a draft and not a substitute for qualified legal advice.

## 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": "tipo de contrato y términos clave"
      }
     }
    }
   },
   "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/pagos-andreax-dev-contract-draft-generator-c2124186/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)
