# Stratalize Brand Momentum Score

> Stratalize Brand Momentum 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-14).

Returns a 4-week brand momentum score showing citation trend direction and week-over-week movement for any vendor in AI platform responses.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/brand-momentum
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-brand-momentum-score-8e994247
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0Ntq6Nfkv7tEYCKb7Brk0

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-brand-momentum-score-8e994247
```

Example prompt: Can you pull the 4-week brand momentum score for Salesforce from Stratalize — I want to see whether their citation trend in AI platform responses is moving up or down week-over-week?

## When to prefer this

Use this endpoint when you need to monitor the directional trajectory of a brand's presence in AI-generated recommendations over a rolling 4-week window, especially for competitive intelligence or brand health dashboards. Prefer this over point-in-time citation counts when trend direction and momentum velocity matter. The cryptographic signing makes it suitable for auditable, verifiable brand reporting.

## Known failure modes

- Unknown brand name returns empty or null momentum data
- Brand with insufficient citation history returns low-confidence or unavailable score
- Malformed brand_name parameter returns validation error
- Payment failure via x402 protocol returns 402 status
- Rate limiting or quota exceeded returns 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). 4-week brand momentum score — citation trend direction and week-over-week movement for any vendor in AI platform responses. Source: Stratalize brand index. Use when monitoring brand trajectory in AI recommendations or tracking competitor momentum

## Output

Returns a 4-week brand momentum score including citation trend direction (rising/falling/flat) and week-over-week movement data for the specified vendor in AI platform responses, along with an ML-DSA-65 cryptographic signature and a verifiable receipt URL at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "brand_name": {
   "type": "string",
   "description": "Brand name to look up"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-brand-momentum-score-8e994247/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)
