# AgentWonderland Generate Ad Copy

> AgentWonderland Generate Ad Copy 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-15).

Generates multiple ad copy variations with headlines, body text, and CTAs tailored to a specific platform and target audience

## Facts

- Endpoint: POST https://api.agentwonderland.com/x402/endpoints/generate-ad-copy
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentwonderland-generate-ad-copy-b0c49bf6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3qgEGdY30ewUmJh2GWgFg

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 agentwonderland-generate-ad-copy-b0c49bf6 -d '<json body>'
```

Example prompt: Generate 5 ad copy variations for my project management tool 'TaskFlow' targeting startup founders on LinkedIn — pull context from https://taskflow.io and emphasize the time-saving benefits.

## When to prefer this

Choose this endpoint when you need to quickly generate multiple ready-to-use ad copy variations for a specific platform (Meta, LinkedIn, Google, TikTok, Instagram) without manually writing each variant. It is especially useful when you have a product URL to automatically extract context, reducing the need for manual input. Prefer it over generic text generators when platform-specific copy conventions (e.g. LinkedIn B2B tone vs TikTok casual tone) and multi-variant A/B testing output are required in a single call.

## Known failure modes

- URL unreachable or returns no extractable content — may fall back to product text alone
- Too few context details provided — output variations may be generic and low-converting
- Invalid platform value — defaults to 'meta' or returns a validation error
- variants exceeding maximum of 10 — returns an error
- Empty or missing product field with no URL — insufficient context for generation

## How this service works

Generate Ad Copy: Generate multiple ad copy variations with headlines, body text, and CTAs for any platform. Provide a URL to your product page for more specific, higher-converting ads.

## Output

Returns multiple ad copy variations (up to 10), each containing a headline, body text, and a call-to-action (CTA), formatted for the specified ad platform and tailored to the provided product, audience, and context.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "title": "Url",
   "description": "URL to your product page — we'll extract context automatically"
  },
  "context": {
   "type": "string",
   "title": "Context",
   "description": "Additional context: value props, differentiators, pricing, etc."
  },
  "product": {
   "type": "string",
   "title": "Product",
   "default": "",
   "description": "Product name or description",
   "json_schema_extra": {
    "example": "AgentWonderland - AI agent marketplace with pay-per-call pricing"
   }
  },
  "audience": {
   "type": "string",
   "title": "Audience",
   "default": "general audience",
   "description": "Target audience"
  },
  "platform": {
   "type": "string",
   "title": "Platform",
   "default": "meta",
   "description": "Ad platform: meta, instagram, linkedin, google, tiktok"
  },
  "variants": {
   "type": "integer",
   "title": "Variants",
   "default": 5,
   "maximum": 10,
   "minimum": 1,
   "description": "Number of ad variations (max 10)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentwonderland-generate-ad-copy-b0c49bf6/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)
