ToolAssay

Batch Result Summary

Batch Result Summary: summarizes success, failure, pending, and unknown batch statuses using only bounded caller-supplied values. Call when you need a bounded batch result summary result before an agent hands structured data or a batch plan to a downstream tool with a stricter contract. Returns the bounded transformation or validation finding with counts, normalized values, and a versioned result contract for Batch Result Summary as versioned deterministic JSON. Price: $0.001 USDC via x402 on B…

Answeringour last check, 2026-09-24
1 of 1checks answered this week
1227 msmedian answer time
$0.001listed price per call
$0.001price 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://api.delx.ai/api/v1/x402/batch-result-summary

CategoryMarket data
Provider hostapi.delx.ai
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
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.001 1227 ms

Example input (from the provider)

{
  "body": {
    "results": [
      {
        "id": "a",
        "status": "success"
      },
      {
        "id": "b",
        "status": "failed"
      }
    ]
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "properties": {
        "body": {
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "additionalProperties": false,
          "properties": {
            "results": {
              "description": "Results supplied to Batch Result Summary; used only for this bounded calculation and processed in memory without retention.",
              "items": {
                "additionalProperties": true,
                "maxProperties": 128,
                "type": "object"
              },
              "maxItems": 256,
              "type": "array"
            }
          },
          "required": [
            "results"
          ],
          "type": "object"
        },
        "bodyType": {
          "const": "json",
          "type": "string"
        },
        "method": {
          "const": "POST",
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "additionalProperties": true,
      "description": "Versioned bounded first-party JSON result with input evidence; caller data is processed in memory and not retained.",
      "properties": {
        "evidence": {
          "additionalProperties": true,
          "properties": {
            "external_calls": {
              "type": "integer"
            },
            "input_sha256": {
              "type": "string"
            },
            "retained": {
              "type": "boolean"
            }
          },
          "type": "object"
        },
        "operation": {
          "type": "string"
        },
        "result": {
          "additionalProperties": true,
          "properties": {
            "counts": {
              "additionalProperties": true,
              "properties": {
                "failed": {
                  "type": "integer"
                },
                "pending": {
                  "type": "integer"
                },
                "success": {
                  "type": "integer"
                },
                "unknown": {
                  "type": "integer"
                }
              },
              "type": "object"
            },
            "total": {
              "type": "integer"
            }
          },
          "type": "object"
        },
        "schema": {
          "type": "string"
        },
        "status": {
          "type": "string"
        }
      },
      "type": "object"
    }
  },
  "required": [
    "input",
    "output"
  ],
  "type": "object"
}

This page as JSON