# Agent Utilities — Bid Polish (x402 Paid)

> Agent Utilities — Bid Polish (x402 Paid) 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).

Generates a polished, paste-ready bid draft for a given job brief, delivered as markdown, paid per-call via x402 on Base.

## Facts

- Endpoint: POST https://x402.devvizion.com/v0/bid-polish
- 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/agent-utilities-bid-polish-x402-paid-347c5bf6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Q-wKvV8Jg9pxq4SwflvsJ

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 agent-utilities-bid-polish-x402-paid-347c5bf6 -d '<json body>'
```

Example prompt: Write me a polished, paste-ready bid draft for this job brief: 'We need a React developer to build a dashboard with real-time data visualization and authentication, 3-week timeline, fixed price preferred.' Keep the radar limit to 5 results.

## When to prefer this

Use this endpoint when you need a production-ready, paste-ready bid draft generated from a job brief or bounty description, and want to pay only per-call (no subscription). Prefer this over general LLM prompting when you want structured, domain-tuned bid writing with micropayment access via x402 on Base.

## Known failure modes

- Payment not fulfilled — 402 response if USDC payment via x402 on Base is not completed
- Missing required brief — empty or absent brief field returns an error
- Invalid packId — referencing a non-existent pack ID causes a lookup failure
- Malformed input schema — missing or incorrectly typed fields return validation errors
- Network or chain issues — Base blockchain payment settlement delays may cause timeouts

## 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, polished bid draft ready to paste into a freelance platform or bounty submission, generated based on the provided job brief and any associated topic or scene context.

## 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": "bid-polish markdown response"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agent-utilities-bid-polish-x402-paid-347c5bf6/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)
