# Stratalize Platform Divergence Score

> Stratalize Platform Divergence Score is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-13).

Returns an AI platform agreement score showing how consistently different AI platforms cite the same leaders for a given brand or topic.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/platform-divergence
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-platform-divergence-score-a3c6ad67
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_l4BbgOXi3UEsNAq45y2tB

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-platform-divergence-score-a3c6ad67
```

Example prompt: How consistently do different AI platforms mention Salesforce as a leader — can you pull the platform divergence score for them and show me where the gaps are between AI coverage and their actual market position?

## When to prefer this

Use this endpoint when you need to understand gaps between how AI platforms collectively perceive a brand or topic versus its real-world market position. Ideal for brand strategists, competitive intelligence analysts, or AI visibility auditors who want to know whether different AI models agree on market leaders. Prefer this over general web search or single-platform AI probing when you need a multi-platform composite signal with cryptographic verifiability.

## Known failure modes

- Missing brand_name parameter returns 400 error
- Unknown or obscure brand with no AI platform citations may return low-confidence or empty score
- Network timeout for ML-signing process
- Payment failure blocks response (x402 protocol, $0.02 USDC required)
- Rate limiting if called in rapid succession

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). AI platform agreement score for any vendor or topic — how consistently different AI platforms mention the same leaders. Source: Stratalize multi-platform citation composite. Use when identifying gaps between AI platform coverage and actual market position

## Output

Returns a composite AI platform agreement score for the given brand or topic, reflecting how consistently multiple AI platforms cite the same leaders. The response is ML-DSA-65 cryptographically signed and includes a verifiable receipt at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "brand_name": {
   "type": "string",
   "description": "Request parameter: brand name"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-platform-divergence-score-a3c6ad67/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)
