# SSDF Parcel Intel

> SSDF Parcel Intel is a paid API for AI agents from www.ssdf.site, paid per call via x402, $89/call, status unknown (last checked 2026-09-15).

Purchases a parcel intelligence report (SKU: ssdf-parcel-intel) from SSDF INC's digital store, settled in USDC on Base, and returns a fulfillment token plus a minted Passport NFT.

## Facts

- Endpoint: GET https://www.ssdf.site/api/x402/ssdf-parcel-intel
- Price: $89/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ssdf-parcel-intel-7b643282
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iNn0laE4yxUTvt9loBMou

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 ssdf-parcel-intel-7b643282
```

Example prompt: Buy me the SSDF parcel intelligence report — pay the $89 in USDC on Base and give me the fulfillment token and Passport ID once it's settled.

## When to prefer this

Choose this endpoint when you need to programmatically purchase a parcel intelligence report from SSDF INC with automatic USDC settlement on Base and want a blockchain-minted Passport as a verifiable receipt. Prefer it over manual purchase flows when an AI agent needs to autonomously acquire parcel data as part of a larger workflow, particularly in real estate, logistics, or property analytics pipelines that require on-chain payment proof.

## Known failure modes

- Payment failure: insufficient USDC balance or x402 payment not accepted, resulting in 402 Payment Required
- Invalid or expired fulfillment token: /api/fulfillment/{token} returns 404 or 401
- Network or blockchain congestion causing settlement delay or timeout
- Non-200 response with ok: false if the store backend encounters an error
- Rate limiting or duplicate purchase rejection if the same wallet calls too rapidly

## How this service works

SSDF INC digital store. Priced in USD, settled in USDC on Base through Coinbase Business. Humans and agents buy the same SKU. Every settlement mints a Passport.

## Output

Returns a JSON object with: ok (boolean success flag), sku (the purchased SKU string 'ssdf-parcel-intel'), passport (a unique Passport ID minted on Base as a settlement record), and fulfillment (a URL path to retrieve the actual parcel intelligence content via token).

## Request schema (JSON Schema)

```json
{
 "properties": {
  "input": {
   "type": "object",
   "required": [],
   "properties": {}
  },
  "output": {
   "type": "object",
   "properties": {
    "ok": {
     "type": "boolean"
    },
    "sku": {
     "type": "string"
    },
    "passport": {
     "type": "string"
    },
    "fulfillment": {
     "type": "string"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "schema": {
  "type": "object",
  "properties": {
   "ok": {
    "type": "boolean"
   },
   "sku": {
    "type": "string"
   },
   "passport": {
    "type": "string"
   },
   "fulfillment": {
    "type": "string"
   }
  }
 },
 "example": {
  "ok": true,
  "sku": "ssdf-parcel-intel",
  "passport": "{id}",
  "fulfillment": "/api/fulfillment/{token}"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ssdf-parcel-intel-7b643282/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.ssdf.site](https://www.zero.xyz/host/www.ssdf.site/llms.txt)
