# DevVizion Win-Share-Bid

> DevVizion Win-Share-Bid is a paid API for AI agents from x402.devvizion.com, paid per call via x402, $0.015/call, status unknown (last checked 2026-09-14).

Researches a topic and returns win-share bid intelligence, surfacing competitive positioning or bidding data for a given subject

## Facts

- Endpoint: POST https://x402.devvizion.com/v0/win-share-bid
- Price: $0.015/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/devvizion-win-share-bid-7f306fbd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KpNKrSCJnifFeXX4xjXcD

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-win-share-bid-7f306fbd -d '<json body>'
```

Example prompt: Research the win-share bid landscape for the topic 'sustainable packaging startups' — give me up to 10 radar results and use this brief: 'evaluate top bidders and market share signals in the eco-packaging space'.

## When to prefer this

Use this endpoint when you need competitive bid intelligence or win-share analysis for a specific research topic, brief, or storyboard scene. It is distinct from the bid-draft endpoint (which generates draft bids) and bounty-radar (which scans for bounties) — this one specifically surfaces win-share positioning and bid data tied to a topic.

## Known failure modes

- Missing required topic field returns validation error
- Invalid packId returns not found or pack mismatch error
- Limit value out of range may return empty or truncated radar results
- Payment not completed results in 402 Payment Required response
- Malformed JSON body returns 400 Bad Request

## How this service works

Win-share bid framing (0.015 USDC). Free: GET /v0/sample-win-share then POST {brief,reward}.

## Output

Returns structured win-share bid intelligence for the given topic, including competitive positioning data, radar matches up to the specified limit, and bid-relevant insights derived from the topic, brief, or scene description.

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/devvizion-win-share-bid-7f306fbd/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)
