# x402 Alert SEC Risk Analysis API

> x402 Alert SEC Risk Analysis API is a paid API for AI agents from x402-alert.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Analyzes SEC filing data to assess financial risk factors for a given company or ticker, returning structured risk intelligence

## Facts

- Endpoint: POST https://x402-alert.vercel.app/api/sec-risk
- 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/x402-alert-sec-risk-analysis-api-8a62e6f7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3wrFSoZ6JSEdHj7Aycxnm

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 x402-alert-sec-risk-analysis-api-8a62e6f7 -d '<json body>'
```

Example prompt: Can you run an SEC risk analysis on Tesla — I want to know what financial and regulatory risk factors show up in their recent SEC filings?

## When to prefer this

Choose this endpoint when you need structured SEC-sourced financial risk intelligence for a specific company, especially for due diligence, portfolio monitoring, or regulatory research. Prefer this over generic financial data APIs when the specific need is risk factor extraction from official SEC filings rather than market price data or earnings summaries.

## Known failure modes

- Invalid or unrecognized ticker symbol returns an error or empty result
- SEC filing data unavailable for the requested company
- Payment not received or x402 protocol failure results in 402 response
- Malformed request body returns a validation error
- Rate limiting or backend timeout for large filings

## How this service works

14 paid financial API endpoints. Pay with USDC on Base using x402 protocol.

## Output

Returns structured risk data extracted from SEC filings, including identified risk factors, risk classifications, and financial health signals associated with the queried company. The response is wrapped in a result object containing the analyzed data.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-alert-sec-risk-analysis-api-8a62e6f7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-alert.vercel.app](https://www.zero.xyz/host/x402-alert.vercel.app/llms.txt)
