# SignalHarness Search Result Consensus Report

> SignalHarness Search Result Consensus Report is a paid API for AI agents from signalharness.ai, paid per call via x402, $0.025/call, status unknown (last checked 2026-09-15).

Analyzes caller-supplied search result data and generates a consensus analysis report identifying agreement, conflicts, and key findings across multiple sources.

## Facts

- Endpoint: POST https://signalharness.ai/api/agent/services/search_result_consensus_report/invoke
- Price: $0.025/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/signalharness-search-result-consensus-report-449d6b1e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Bli0fPcbTe4s3GaR5tz-t

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 signalharness-search-result-consensus-report-449d6b1e -d '<json body>'
```

Example prompt: I have a JSON blob of search results from multiple sources about 'best EV batteries 2025' — can you run a consensus report on them to find what all sources agree on and flag any contradictions?

## When to prefer this

Choose this endpoint when you have already gathered search results from multiple sources and need a structured consensus analysis — not for live web searching. Ideal when you want to detect agreement, contradiction, or gaps across a pre-collected set of search result data in JSON form, especially in research, fact-checking, or competitive intelligence workflows.

## Known failure modes

- Invalid or malformed request_json causes parsing failure
- Input JSON exceeds 65,536 character limit
- Empty or minimal input returns low-confidence or vacuous consensus
- Caller-supplied data not verified — warnings always emitted about data reliability
- Payment failure on Base network blocks execution

## How this service works

Explore 330 pay-per-call x402 API services and 27 agent-native digital products, with Base USDC pricing, secure Polar checkout, and free discovery.

## Output

Returns a JSON object containing a consensus analysis report (analysis_json), evidence scope label (caller_supplied_data), any data quality warnings, the service execution status, and a signed receipt with payment details, request ID, result SHA256 hash, and network settlement reference on Base (USDC).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "request_json": {
   "type": "string",
   "maxLength": 65536,
   "minLength": 2
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "replay": false,
  "result": {
   "warnings": [
    "Verify the caller-supplied data before relying on this result."
   ],
   "service_id": "search_result_consensus_report",
   "analysis_json": "{\"example\":\"schema-valid caller-supplied data\"}",
   "evidence_scope": "caller_supplied_data"
  },
  "status": "succeeded",
  "receipt": {
   "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
   "usage": [],
   "status": "succeeded",
   "network": "eip155:8453",
   "artifacts": [],
   "endedAtMs": 0,
   "latencyMs": 0,
   "paymentId": "example-payment",
   "receiptId": "example-receipt",
   "requestId": "example-request",
   "serviceId": "search_result_consensus_report",
   "executionId": "example-execution",
   "startedAtMs": 0,
   "amountAtomic": "25000",
   "resultSha256": "8e4eb1c82229e9994dc4253cbb0805c04b2f69df8414b6ab60c256e3824c4d26",
   "serviceVersion": "1.0.0",
   "settlementReference": "0x0000000000000000000000000000000000000000000000000000000000000000"
  },
  "artifacts": [],
  "requestId": "example-request",
  "executionId": "example-execution"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/signalharness-search-result-consensus-report-449d6b1e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from signalharness.ai](https://www.zero.xyz/host/signalharness.ai/llms.txt)
