# AgentWonderland Write Landing Page Copy

> AgentWonderland Write Landing Page 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-14).

Generates persuasive landing page copy for a product or service given a product description, target audience, tone, and optional URL or additional context.

## Facts

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

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-write-landing-page-copy-f1b5a6c7 -d '<json body>'
```

Example prompt: Write persuasive landing page copy for my product 'Morning Bloom — an AI-powered coffee subscription service', targeting busy remote workers, using a warm and friendly tone. Here's some extra context: plans start at $15/month, we have 500+ 5-star reviews, and our key feature is personalized roast matching.

## When to prefer this

Use this endpoint when you need to quickly generate structured, persuasive marketing copy for a product or service landing page. It is especially useful when you have a product URL to auto-extract context from, or when you need copy customized for a specific audience and tone. Prefer this over general-purpose LLM prompting when you want a copy-specialized, pay-per-call solution with no prompt engineering overhead.

## Known failure modes

- Missing required product field results in generic or empty output
- Invalid or inaccessible URL causes context extraction to fail, falling back to provided text only
- Vague or missing audience/tone may produce off-brand or generic copy
- Payment failure (402) if USDC balance is insufficient
- Server timeout for extremely long context inputs

## How this service works

Generates persuasive landing page copy for products or services.

## Output

Returns generated persuasive landing page copy tailored to the specified product, audience, and tone — typically including a headline, subheadline, value propositions, feature highlights, and a call-to-action section.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "url": {
   "type": "string",
   "title": "Url",
   "description": "URL to your product page — we'll extract context automatically"
  },
  "tone": {
   "type": "string",
   "title": "Tone",
   "default": "professional but approachable",
   "description": "Writing tone"
  },
  "context": {
   "type": "string",
   "title": "Context",
   "description": "Additional context: features, pricing, testimonials, etc."
  },
  "product": {
   "type": "string",
   "title": "Product",
   "default": "",
   "description": "Product name or description",
   "json_schema_extra": {
    "example": "AgentWonderland - AI agent marketplace"
   }
  },
  "audience": {
   "type": "string",
   "title": "Audience",
   "default": "general audience",
   "description": "Target audience"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentwonderland-write-landing-page-copy-f1b5a6c7/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)
