# DevVizion Rehire Prompt — Bounty Radar & Bid Draft Generator

> DevVizion Rehire Prompt — Bounty Radar & Bid Draft Generator 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-15).

Generates a paid full bounty radar or bid draft markdown document for a given research topic or job brief, using x402 micropayment on Base.

## Facts

- Endpoint: POST https://x402.devvizion.com/v0/rehire-prompt
- Price: $0.012/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/devvizion-rehire-prompt-bounty-radar-bid-draft-generator-23bb01cf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_nvx5l8WprwTCRHxJpYQ0k

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-rehire-prompt-bounty-radar-bid-draft-generator-23bb01cf -d '<json body>'
```

Example prompt: Can you pull a full bounty radar for 'Solidity smart contract auditing' — up to 10 results — and also draft a bid proposal using the brief 'Looking for a senior auditor to review a DeFi lending protocol before mainnet launch'?

## When to prefer this

Choose this endpoint when you need AI-generated bounty opportunity radar or bid draft content for a specific topic or job brief, and want to pay per-call in USDC on Base without a subscription. It is especially suited for AI agents that need to discover freelance or bounty opportunities programmatically, or to draft competitive bids on demand. Prefer this over generic LLM calls when you want structured, radar-style output scoped to the rehire/bounty domain.

## Known failure modes

- Payment not completed via x402 — returns 402 Payment Required with payment instructions
- Missing required topic or brief field — returns 400 with validation error
- Invalid packId — endpoint returns error or empty radar
- Network timeout if Base payment settlement is slow
- Rate limiting or quota exceeded on the underlying radar data source

## 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 document containing either a full bounty radar (list of relevant open bounties/opportunities for the topic) or a drafted bid proposal tailored to the provided job brief. The response is returned as text/markdown and may include structured sections with summaries, links, or competitive angles depending on the mode triggered.

## 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": "rehire-prompt markdown response"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/devvizion-rehire-prompt-bounty-radar-bid-draft-generator-23bb01cf/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)
