# Stratalize Investment Category Heat Signal

> Stratalize Investment Category Heat Signal is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns growth classification, top brands, and evidence lines for any software category to assess VC attractiveness or portfolio exposure.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/investment-category-signal
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-investment-category-heat-signal-5b0380ac
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_1IBqc9PxBtR6Ynnk_3cbg

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-investment-category-heat-signal-5b0380ac
```

Example prompt: What's the investment heat signal for the cloud security software category — is it growing, and who are the top brands I should know about?

## When to prefer this

Use this endpoint when a VC analyst, portfolio manager, or AI agent needs a quick, evidence-backed attractiveness signal for a specific software category — especially when cryptographic auditability of the source data matters. Prefer over generic web search or LLM opinions when you need structured classification with named brand references and traceable evidence lines.

## Known failure modes

- Unknown or overly vague category string returns no signal or low-confidence result
- Rate limiting or payment failure blocks the call
- Category string too broad (e.g. 'software') returns ambiguous classification
- Signed response cannot be verified if trust.stratalize.com is unreachable

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Investment category heat signal — growth classification, top brands, and evidence lines for any software category. Source: Stratalize citation heuristics. Use when evaluating VC software category attractiveness or portfolio category exposure

## Output

Returns a heat signal payload including a growth classification (e.g. heating/cooling/stable), a ranked list of top brands in the category, and evidence lines supporting the assessment, all cryptographically signed with ML-DSA-65 and verifiable at trust.stratalize.com/verify.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-investment-category-heat-signal-5b0380ac/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)
