ToolAssay

Turn a web page URL into a structured, evidence-backed brief

Turn a web page URL into a structured, evidence-backed brief: clean content summary, key points, named entities, sentiment, and claims each quoted with its evidence and source URL. Convierte una URL en un informe estructurado con evidencia: resumen del contenido, puntos clave, entidades, sentimiento y afirmaciones, cada una con su cita textual y su URL de origen.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
652 msmedian answer time
$0.05listed price per call
$0.05price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://agente.revenuerecoveryai.app/v1/web/brief

CategorySearch and research
Provider hostagente.revenuerecoveryai.app
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days17 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.05 652 ms

Example input (from the provider)

{
  "body": {
    "idioma": "es",
    "incluir_evidencia": true,
    "url": "https://ejemplo.com/noticia"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "properties": {
            "idioma": {
              "anyOf": [
                {
                  "type": "string"
                },
                {
                  "type": "null"
                }
              ],
              "default": "es",
              "description": "Idioma de salida (ej. 'es', 'en').",
              "title": "Idioma"
            },
            "incluir_evidencia": {
              "default": true,
              "description": "Si es falso, los claims vienen sin citas textuales.",
              "title": "Incluir Evidencia",
              "type": "boolean"
            },
            "url": {
              "description": "URL p\u00fablica a procesar.",
              "maxLength": 2048,
              "title": "Url",
              "type": "string"
            }
          },
          "required": [
            "url"
          ],
          "title": "PeticionWebBrief",
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST",
            "PUT",
            "PATCH"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "claims": {
              "items": {
                "properties": {
                  "claim": {
                    "description": "Afirmaci\u00f3n extra\u00edda del contenido.",
                    "title": "Claim",
                    "type": "string"
                  },
                  "evidence": {
                    "description": "Cita textual que la respalda.",
                    "title": "Evidence",
                    "type": "string"
                  },
                  "source_url": {
                    "description": "URL de donde sali\u00f3 la cita.",
                    "title": "Source Url",
                    "type": "string"
                  }
                },
                "required": [
                  "claim",
                  "evidence",
                  "source_url"
                ],
                "title": "ClaimEvidenciado",
                "type": "object"
              },
              "title": "Claims",
              "type": "array"
            },
            "entities": {
              "items": {
                "properties": {
                  "nombre": {
                    "title": "Nombre",
                    "type": "string"
                  },
                  "tipo": {
                    "description": "persona | organizacion | lugar | producto | fecha | otro",
                    "title": "Tipo",
                    "type": "string"
                  }
                },
                "required": [
                  "nombre",
                  "tipo"
                ],
                "title": "EntidadBrief",
                "type": "object"
              },
              "title": "Entities",
              "type": "array"
            },
            "key_points": {
              "items": {
                "type": "string"
              },
              "title": "Key Points",
              "type": "array"
            },
            "language": {
              "title": "Language",
              "type": "string"
            },
            "paginas_procesadas": {
              "title": "Paginas Procesadas",
              "type": "integer"
            },
            "retrieved_at": {
              "title": "Retrieved At",
              "type": "string"
            },
            "sentiment": {
              "enum": [
                "positivo",
                "neutral",
                "negativo"
              ],
              "title": "Sentiment",
              "type": "string"
            },
            "summary": {
              "title": "Summary",
              "type": "string"
            },
            "title": {
              "title": "Title",
              "type": "string"
            },
            "url": {
              "title": "Url",
              "type": "string"
            },
            "uso": {
              "additionalProperties": true,
              "title": "Uso",
              "type": "object"
            }
          },
          "required": [
            "url",
            "title",
            "language",
            "summary",
            "key_points",
            "entities",
            "claims",
            "sentiment",
            "retrieved_at",
            "paginas_procesadas",
            "uso"
          ],
          "title": "RespuestaWebBrief",
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON