# x402-factory Material Definitive Agreement 8-K Events

> x402-factory Material Definitive Agreement 8-K Events is a paid API for AI agents from x402-factory.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-15).

Returns the latest SEC 8-K filings classified as Item 1.01 (material definitive agreements) as structured JSON with extractive summaries and filing links.

## Facts

- Endpoint: GET https://x402-factory.com/v1/edgar/events/material-agreement
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-factory-material-definitive-agreement-8-k-events-eaeeba1b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IwLSJ8Tpz-CIK6X2fslrj

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-factory-material-definitive-agreement-8-k-events-eaeeba1b
```

Example prompt: Show me the latest material definitive agreement 8-K filings from EDGAR — give me up to 10 events filed since 2025-01-01 for TSLA, with summaries and filing links.

## When to prefer this

Use this endpoint when you need pre-filtered, structured Item 1.01 material definitive agreement events from SEC EDGAR without having to parse raw filings yourself. It is preferable to the general /v1/edgar/events endpoint when you specifically want material agreement events and need extractive summaries and filing links in a ready-to-use JSON shape. Choose this over raw EDGAR APIs when you want structured data with extractive summaries and are comfortable paying $0.02 USDC per call via x402.

## Known failure modes

- Invalid ticker format returns a 400 validation error
- Invalid date format for 'since' returns a 400 schema validation error
- Limit exceeding 50 returns a 400 error
- No filings found for the given ticker or date range returns an empty events array
- Payment failure (insufficient USDC) returns a 402 Payment Required response
- Service unavailability or EDGAR upstream issues may return a 503

## How this service works

Latest material definitive agreement 8-K events as structured JSON — Latest 8-K filings classified as material definitive agreement (Item 1.01) across covered companies, parsed into structured JSON with extractive summaries and filing links. Same shape as /v1/edgar/events, pre-filtered to Item 1.01 events.

## Output

Returns a JSON object with an array of 8-K events, each containing the company name, ticker, filing type, item numbers (always including '1.01'), a short extractive headline, a ≤2-sentence summary (no LLM generation), the filing date, and a direct URL to the SEC filing. Also includes a meta object with pagination or request metadata.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {
   "events": []
  },
  "meta": {
   "docs": "https://x402-factory.com/docs/gov.edgar-events.material-agreement",
   "sources": [
    "edgar"
   ],
   "version": "1.0.0",
   "endpoint": "/v1/edgar/events/material-agreement",
   "data_mode": "live",
   "freshness": "delayed_15m",
   "request_id": "req_00000000",
   "generated_at": "2026-08-21T03:58:58.074Z"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-factory-material-definitive-agreement-8-k-events-eaeeba1b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-factory.com](https://www.zero.xyz/host/x402-factory.com/llms.txt)
