ToolAssay

Batch version of the x402 evidence cross-check, for indexers and routers

Batch version of the x402 evidence cross-check, for indexers and routers: up to 25 targets in one call. Each target returns the same field-level evidence, classification and confidence as the single-target resource. One failing target never invalidates the rest of the batch. Never pays any target and never signs an outgoing transaction.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
649 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/x402/evidence-crosscheck-batch

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

Our checks, last 30 days

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

Example input (from the provider)

{
  "body": {
    "targets": [
      {
        "target_url": "https://api.example.com/v1/resource"
      },
      {
        "target_url": "https://other.example.org/api/data"
      }
    ]
  },
  "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": {
            "targets": {
              "description": "Between 1 and 25 targets.",
              "items": {
                "properties": {
                  "target_url": {
                    "description": "HTTPS URL of the x402 resource to cross-check.",
                    "examples": [
                      "https://api.example.com/v1/resource"
                    ],
                    "maxLength": 2048,
                    "title": "Target Url",
                    "type": "string"
                  }
                },
                "required": [
                  "target_url"
                ],
                "title": "PeticionCrossCheck",
                "type": "object"
              },
              "maxItems": 25,
              "minItems": 1,
              "title": "Targets",
              "type": "array"
            }
          },
          "required": [
            "targets"
          ],
          "title": "PeticionCrossCheckLote",
          "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": {
            "batch": {
              "additionalProperties": true,
              "title": "Batch",
              "type": "object"
            },
            "duration_ms": {
              "title": "Duration Ms",
              "type": "integer"
            },
            "observed_at": {
              "title": "Observed At",
              "type": "string"
            },
            "results": {
              "items": {
                "properties": {
                  "declared": {
                    "anyOf": [
                      {
                        "additionalProperties": true,
                        "type": "object"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "default": null,
                    "title": "Declared"
                  },
                  "differences": {
                    "anyOf": [
                      {
                        "items": {
                          "additionalProperties": true,
                          "type": "object"
                        },
                        "type": "array"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "default": null,
                    "title": "Differences"
                  },
                  "duration_ms": {
                    "anyOf": [
                      {
                        "type": "integer"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "default": null,
                    "title": "Duration Ms"
                  },
                  "error": {
                    "anyOf": [
                      {
                        "additionalProperties": true,
                        "type": "object"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "default": null,
                    "title": "Error"
                  },
                  "observed": {
                    "anyOf": [
                      {
                        "additionalProperties": true,
                        "type": "object"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "default": null,
                    "title": "Observed"
                  },
                  "observed_at": {
                    "title": "Observed At",
                    "type": "string"
                  },
                  "payability": {
                    "anyOf": [
                      {
                        "additionalProperties": true,
                        "type": "object"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "default": null,
                    "title": "Payability"
                  },
                  "receipt": {
                    "anyOf": [
                      {
                        "additionalProperties": true,
                        "type": "object"
                      },
                      {
                        "type": "null"
                      }
                    ],
                    "default": null,
                    "title": "Receipt"
                  },
                  "rules_version": {
                    "title": "Rules Version",
                    "type": "string"
                  },
                  "schema_version": {
                    "title": "Schema Version",
                    "type": "string"
                  },
                  "summary": {
                    "additionalProperties": true,
                    "title": "Summary",
                    "type": "object"
                  },
                  "surfaces": {
                    "anyOf": [
                      {
                        "additionalProperties": true,
                        "t

This page as JSON