# SEO Wizard — Article Generator

> SEO Wizard — Article Generator is a paid API for AI agents from seo-wizard.zam-ev.workers.dev, paid per call via MPP, $0.15/call, status unknown (last checked 2026-09-14, last successful call 2026-05-06).

Generates or revises a full SEO-optimized article including meta tags, markdown/HTML body, schema.org JSON-LD, hero image, and internal-link suggestions using a two-pass outline+body approach

## Facts

- Endpoint: POST https://seo-wizard.zam-ev.workers.dev/article
- Price: $0.15/call
- Payment: MPP
- Status: unknown
- Last checked: 2026-09-14
- Last successful call: 2026-05-06
- Success rate: 50% of calls made through Zero
- Rating: 1.3 / 5 from 1 review
- Activations on Zero: 2
- Provider: seo-wizard.zam-ev.workers.dev
- Website: https://seo-wizard.zam-ev.workers.dev
- Canonical page: https://www.zero.xyz/c/seo-wizard-zam-ev-workers-dev-seo-wizard-article-generator-2f456306
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-Cb6GYs0d0yghGOqYSBe_

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 seo-wizard-zam-ev-workers-dev-seo-wizard-article-generator-2f456306 -d '<json body>'
```

Example prompt: Write me a full SEO-optimized article for my SaaS product 'TaskFlow' targeting productivity-focused small business owners — use the idea 'Top 5 Ways to Automate Your Team's Daily Standups' and make sure it includes meta tags, schema.org JSON-LD, a hero image suggestion, and internal link recommendations.

## When to prefer this

Choose this endpoint when you need a complete, publication-ready SEO article with structured metadata (JSON-LD, meta tags), formatted in both markdown and HTML, with hero image and internal-link suggestions — especially when starting from an idea generated by the /ideate endpoint or when revising an existing article with surgical edits rather than full regeneration.

## Known failure modes

- Missing required product brief or persona returns a 400-level error
- Invalid mode value (not 'create' or 'revise') may result in unexpected behavior
- Revise mode called without an existing GeneratedArticle object fails
- Payment not included or insufficient USDC ($0.15) causes payment rejection
- Overly vague article idea may produce low-quality generic output
- Rate limiting or Cloudflare Worker timeout on long generation runs

## How this service works

SEO Wizard — Article Generator. Two modes: (1) `create` (default) — generate one full SEO-optimized article (meta tags, markdown + HTML body, schema.org JSON-LD, hero image, internal-link suggestions) via outline + body two-pass. (2) `revise` — pass an existing GeneratedArticle + revision_notes to apply targeted edits (tighten intro, swap CTA, etc.) without regenerating from scratch. Both modes $0.15. Pass product brief, persona, and an idea from /ideate (or the article you want revised).

## Output

A fully generated SEO article object containing: meta tags (title, description), formatted markdown and HTML body, schema.org JSON-LD structured data, a hero image reference, and internal-link suggestions. In revise mode, returns the same structure with targeted edits applied to the provided article.

## Request schema (JSON Schema)

```json
{
 "type": "object"
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/seo-wizard-zam-ev-workers-dev-seo-wizard-article-generator-2f456306/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from seo-wizard.zam-ev.workers.dev](https://www.zero.xyz/host/seo-wizard.zam-ev.workers.dev/llms.txt)
