# Product Description Council

> Product Description Council is a paid API for AI agents from api.agentwonderland.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-16).

Uses three frontier AI models to independently write product listings, then synthesizes the best elements into a single polished description via Grok-4 and Claude Sonnet.

## Facts

- Endpoint: POST https://api.agentwonderland.com/x402/endpoints/product-description-council
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/product-description-council-8547bfec
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hm-XNfdi3sc3x1QjwXSqg

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 product-description-council-8547bfec -d '<json body>'
```

Example prompt: Use the Product Description Council to write 3 product listing variants for my wireless noise-cancelling headphones targeting Amazon — keywords are 'noise cancelling', '40-hour battery', 'foldable' — specs are Bluetooth 5.3, 40h battery, 250g, USB-C charging, and here's a competitor listing to beat: https://www.amazon.com/dp/B09XYZ.

## When to prefer this

Choose this endpoint when you need high-quality product listing copy that benefits from multi-model diversity — e.g. when a single model's output feels flat or generic, when you want marketplace-specific optimization, or when you need to incorporate competitor intelligence and target keywords into a humanized final description. It's especially strong for Amazon, Etsy, Shopify, and eBay listings where conversion copy matters.

## Known failure modes

- Missing or too-vague brief resulting in generic output
- Competitor URL inaccessible or blocked, causing that context to be ignored
- Exceeding num_outputs maximum of 10 returns a validation error
- Payment failure or insufficient USDC balance preventing the call
- Overly long context object may be truncated by underlying model context limits

## How this service works

Product Description Council: 3 frontier models write product listings independently. Grok-4 picks the best elements. Claude Sonnet humanizes. $7.00/call. Pass context like: product, marketplace, keywords, specs, competitor_url, etc.

## Output

Returns one or more synthesized product descriptions where multiple frontier models each drafted independent versions, Grok-4 selected the best elements from each, and Claude Sonnet humanized the final output — yielding polished, marketplace-ready listing copy.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "brief": {
   "type": "string",
   "title": "Brief",
   "description": "What you want written — be as specific or vague as you like",
   "json_schema_extra": {
    "example": "Write cold outreach emails selling AgentWonderland to VP Marketing at SaaS companies"
   }
  },
  "context": {
   "type": "object",
   "title": "Context",
   "description": "Any properties you want the agent to use — sender name, recipient role, company, pain points, tone, product details, keywords, etc. Pass whatever is relevant and the agent will figure out how to use it.",
   "json_schema_extra": {
    "example": {
     "product": "AgentWonderland - AI agent marketplace",
     "num_emails": 3,
     "pain_point": "paying for 5+ AI subscriptions they barely use",
     "sender_name": "Chris",
     "sender_role": "Founder",
     "recipient_role": "VP of Marketing"
    }
   }
  },
  "num_outputs": {
   "type": "integer",
   "title": "Num Outputs",
   "default": 3,
   "maximum": 10,
   "minimum": 1,
   "description": "Number of items to generate (emails in sequence, ad variants, etc.)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/product-description-council-8547bfec/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.agentwonderland.com](https://www.zero.xyz/host/api.agentwonderland.com/llms.txt)
