# Stratalize AI Consensus on Topic

> Stratalize AI Consensus on Topic is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-14).

Returns a multi-platform AI consensus analysis on any business topic, including consensus score, sentiment mix, key themes, and a breakdown by AI platform.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/ai-consensus-on-topic
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-ai-consensus-on-topic-c1d9d88e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8b4npEUFGfhIFp39zknE7

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 stratalize-ai-consensus-on-topic-c1d9d88e
```

Example prompt: What is the AI consensus on Salesforce in the CRM software category — pull the consensus score, sentiment breakdown, and key themes from how major AI platforms characterize them?

## When to prefer this

Use this endpoint when you need to understand how AI systems collectively characterize a vendor, product category, or business trend — especially when you want a verifiable, signed composite view rather than a single model's opinion. Prefer this over general web search when the question is specifically about AI perception or AI-generated characterizations of a topic.

## Known failure modes

- Missing or empty topic parameter returns validation error
- Unknown or too-niche topic may yield low confidence consensus score
- Network or signing service unavailability may delay cryptographic receipt generation
- Rate limiting or payment failure returns 402 or 429 error

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Multi-platform AI consensus on any business topic — consensus score, sentiment mix, key themes, and platform breakdown. Source: Stratalize AI citation composite across major platforms. Use when researching how AI systems characterize a vendor, category, or trend

## Output

Returns a consensus score indicating agreement level across AI platforms, a sentiment mix (positive/neutral/negative proportions), key themes AI systems associate with the topic, a breakdown by individual AI platform, and an ML-DSA-65 cryptographic signature with a verifiable receipt URL at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "topic": {
   "type": "string",
   "description": "Request parameter: topic"
  },
  "category": {
   "type": "string",
   "description": "Request parameter: category"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-ai-consensus-on-topic-c1d9d88e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.stratalize.com](https://www.zero.xyz/host/www.stratalize.com/llms.txt)
