# DevVizion Scope-Delta: Bounty Radar & Bid Draft

> DevVizion Scope-Delta: Bounty Radar & Bid Draft is a paid API for AI agents from x402.devvizion.com, paid per call via x402, $0.012/call, status unknown (last checked 2026-09-14).

Returns a paid full bounty radar or AI-generated bid draft for a given research topic, scene, or brief, paid via x402 micropayment on Base.

## Facts

- Endpoint: POST https://x402.devvizion.com/v0/scope-delta
- Price: $0.012/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/devvizion-scope-delta-bounty-radar-bid-draft-fea017f5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eiFMgKqjfZ20O7IgN-ftm

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 devvizion-scope-delta-bounty-radar-bid-draft-fea017f5 -d '<json body>'
```

Example prompt: Can you do a full bounty radar scan on 'decentralized AI compute markets' — limit results to 10 — and if there's a good opportunity, draft me a bid for a research contract in that space?

## When to prefer this

Choose this endpoint when you need a paid, full-depth bounty radar or a generated bid draft for a research topic or job brief, and want to pay only per call via x402 micropayment (no subscription). Prefer this over generic search APIs when you specifically need bounty/opportunity discovery or proposal drafting in a research or freelance context. The free sample (GET) should be tried first; use this POST endpoint when you need complete results.

## Known failure modes

- Payment not received or insufficient — x402 payment of 0.012 USDC on Base required before full response is returned
- Missing required topic/brief field — endpoint may return an error or empty radar
- Invalid packId — pack-based requests may fail if the pack ID does not exist
- Rate limiting or service unavailability on the devvizion backend
- Ambiguous input combining topic and brief may produce mixed or lower-quality output

## How this service works

Free sample bounty radar, then paid full radar (0.015 USDC) or bid draft (0.01 USDC) on Base via x402. No subscription.

## Output

A markdown-formatted response containing either a full bounty radar (list of relevant open bounties, research opportunities, or funding leads for the given topic) or an AI-generated bid draft (proposal text tailored to the provided job brief), depending on the input provided. Results are scoped and filtered per the requested limit.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "description": "Optional URL alias for topic"
  },
  "brief": {
   "type": "string",
   "description": "Bid-draft job brief"
  },
  "limit": {
   "type": "number",
   "description": "Radar result limit"
  },
  "scene": {
   "type": "string",
   "description": "Storyboard scene description"
  },
  "topic": {
   "type": "string",
   "description": "Research topic, scene, or brief text"
  },
  "packId": {
   "type": "string",
   "description": "Pack id for /v0/pack"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "contentType": "text/markdown; charset=utf-8",
  "description": "scope-delta markdown response"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/devvizion-scope-delta-bounty-radar-bid-draft-fea017f5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.devvizion.com](https://www.zero.xyz/host/x402.devvizion.com/llms.txt)
