# agente-jefe Text Generation (SEO Titles & Meta Descriptions)

> agente-jefe Text Generation (SEO Titles & Meta Descriptions) is a paid API for AI agents from agente.revenuerecoveryai.app, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Generates SEO-optimized titles and/or meta descriptions for a given topic, with configurable tone, language, quantity, and keyword targeting, billed per-call in USDC via x402 on Base.

## Facts

- Endpoint: POST https://agente.revenuerecoveryai.app/v1/generacion
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agente-jefe-text-generation-seo-titles-meta-descriptions-029f890a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Ux1s6G3ehp9fY3savy4Cw

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 agente-jefe-text-generation-seo-titles-meta-descriptions-029f890a -d '<json body>'
```

Example prompt: Generate 5 SEO titles and their meta descriptions in Spanish about installing solar panels at home, with a professional tone, targeting the keywords 'ahorro energético, placas solares, instalación'.

## When to prefer this

Choose this endpoint when you need pay-per-call SEO text generation without account setup or subscriptions, especially useful for agents that need on-demand SEO metadata for content pipelines billed directly in USDC on Base. Prefer it over OpenAI or similar when you want zero-friction micropayment access and Spanish-language SEO content is a primary use case, or when you need combined title + meta description + slug generation in a single call.

## Known failure modes

- Missing required 'tema' query parameter returns 400 error
- Payment not provided or insufficient USDC balance triggers 402 Payment Required
- Invalid 'tipo' enum value (not 'titulos', 'meta_descripcion', or 'ambos') causes validation error
- 'cantidad' outside 1–20 range rejected by schema validation
- Upstream DeepSeek model timeout or unavailability returns 503
- Malformed x402 payment header causes authentication failure

## How this service works

Agent Trust, Discovery & API Intelligence. Diagnóstico verificable, seguridad y evidencia de discovery para agentes autónomos y APIs de pago x402. Pago por llamada en USDC sobre Base. Sin cuenta, sin API key, sin suscripción.

## Output

A JSON object containing an array of generated SEO titles (each with text and character count), an array of meta descriptions (each with text and character count), a suggested URL slug, and a usage block with model name, input/output token counts, cached token count, and estimated generation cost in USD.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "uso": {
   "modelo": "deepseek-v4-flash",
   "tokens_salida": 180,
   "tokens_entrada": 236,
   "coste_estimado_usd": 0.00016856,
   "tokens_entrada_cacheados": 128
  },
  "titulos": [
   {
    "texto": "Paneles Solares en Casa: Guía Completa 2026",
    "caracteres": 42
   }
  ],
  "slug_sugerido": "paneles-solares-casa-guia",
  "meta_descripciones": [
   {
    "texto": "Descubre cómo instalar paneles solares en casa: costes reales, ahorro mensual y los errores que debes evitar antes de contratar.",
    "caracteres": 146
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agente-jefe-text-generation-seo-titles-meta-descriptions-029f890a/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agente.revenuerecoveryai.app](https://www.zero.xyz/host/agente.revenuerecoveryai.app/llms.txt)
