# Regression Incoming — 2026 NFL Fantasy Model Bundle Purchase

> Regression Incoming — 2026 NFL Fantasy Model Bundle Purchase is a paid API for AI agents from api.regressionincoming.fyi, paid per call via x402, $3/call, status unknown (last checked 2026-09-14).

Purchases a 7-day bundle access token for the Regression Incoming 2026 NFL fantasy preseason rankings model covering 412 players with 99 features and confidence scores

## Facts

- Endpoint: POST https://api.regressionincoming.fyi/v1/bundle/purchase
- Price: $3/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/regression-incoming-2026-nfl-fantasy-model-bundle-purchase-bd4f10e7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_faayJSuOEcj0Qpw2Nfv6E

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 regression-incoming-2026-nfl-fantasy-model-bundle-purchase-bd4f10e7 -d '<json body>'
```

Example prompt: I want to buy the 7-day bundle for the Regression Incoming 2026 NFL fantasy preseason model so I can access all 412 player rankings with confidence scores and injury-return pathways for the whole week.

## When to prefer this

Choose this endpoint when you need sustained, multi-session access to the 2026 NFL fantasy model over a week rather than a single-query lookup. The $3 bundle is cost-effective vs. the $0.10 per-call pricing if you plan more than 30 queries. Prefer this when building a fantasy draft tool, conducting deep preseason research, or iterating on player rankings over several days.

## Known failure modes

- Payment failure or insufficient USDC balance — returns payment error
- Invalid or malformed request body — returns 400 bad request
- Payment network congestion causing timeout — returns 503 or timeout error
- Duplicate purchase within active bundle window — may return conflict or existing token
- JWT issuance failure on backend — returns 500 internal server error

## How this service works

model-driven 2026 nfl preseason rankings. 412 players, confidence scores, injury-return pathway, VOR draft boards. per-call $0.10, or the $3 14-day draft bundle with the draft kit.

## Output

Returns a JSON object containing a JWT access token, the tier set to 'bundle', an expiration timestamp 7 days out, and the duration in days — granting week-long access to the full 2026 NFL preseason rankings model with 99 features, confidence scores, and injury-return pathway data for 412 players.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "tier": "bundle",
  "token": "<jwt>",
  "expires_at": "2026-06-17T12:00:00Z",
  "duration_days": 14
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/regression-incoming-2026-nfl-fantasy-model-bundle-purchase-bd4f10e7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.regressionincoming.fyi](https://www.zero.xyz/host/api.regressionincoming.fyi/llms.txt)
