# geld machen Deal Brief

> geld machen Deal Brief is a paid API for AI agents from geld-machen-x402.fly.dev, paid per call via x402, $0.75/call, status unknown (last checked 2026-09-15).

Returns a structured 60-second agent deal brief — a micro rubric summarizing a side-income offer's key signals — for $0.75 USDC via x402 payment.

## Facts

- Endpoint: GET https://geld-machen-x402.fly.dev/product/deal-brief.json
- Price: $0.75/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/geld-machen-deal-brief-ff9b337e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uHndjcdUELSzuAWFNxUDo

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 geld-machen-deal-brief-ff9b337e
```

Example prompt: I found a side-income offer that promises $500/week for 2 hours of work — can you pull a deal brief on it so I can see a 60-second structured rubric of the key signals before I commit?

## When to prefer this

Choose this endpoint when you need a concise, structured deal brief (rather than granular red-flag detail or a full score) — it sits at the top of the geld machen ladder and synthesizes prior signals into a fast 60-second rubric. Best used after or alongside red-flag-scan and offer-score when you want a human-readable summary rather than raw flags.

## Known failure modes

- Payment not completed or x402 payment header missing — returns 402 Payment Required
- Offer text not provided or malformed input — returns 400 Bad Request
- Upstream service unavailable — returns 503 Service Unavailable
- Rate limit exceeded — returns 429 Too Many Requests

## How this service works

TIP-OF-SPEAR: URL Fingerprint ($0.01) GET ?url= → body_sha256/TLS/DNS. DEMAND-MATCHED SERP tip: Web Search ($0.02) GET ?q= (required) → ranked results. OCR tip: Image OCR ($0.01) GET ?url= → Tesseract text (COGS=0). Builder tool: Bazaar Readiness Check — FREE ?url= indexed yes/nein + issue count; PAID report $0.05 Fix-JSON. Gated-data: Base DeFi Snapshot ($0.03) balances+gas+protocol TVL/APY. Free teasers have no live hash/results. Upsell red-flag $0.25. Ladder: 0.01→0.02→0.025→0.25→0.35→0.49→0.75→17.

## Output

A JSON deal brief object containing a brand label, product title, and a structured 60-second micro rubric summarizing the key evaluation signals for the submitted side-income offer, formatted for agent consumption.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "brand": "geld machen",
  "title": "Agent Deal Brief: 60-Second Micro Offer Rubric",
  "product": "Agent Deal Brief",
  "contentType": "application/json"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/geld-machen-deal-brief-ff9b337e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from geld-machen-x402.fly.dev](https://www.zero.xyz/host/geld-machen-x402.fly.dev/llms.txt)
