# SEO Wizard — Site Builder & Iterator (Single-Article Tier)

> SEO Wizard — Site Builder & Iterator (Single-Article Tier) 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-05).

Creates, extends, or re-renders a live Ghost-style SEO blog site with one article per call, including hero image, brand-matched visual theme, and ZeroClick hosting.

## Facts

- Endpoint: POST https://seo-wizard.zam-ev.workers.dev/site
- Price: $0.15/call
- Payment: MPP
- Status: unknown
- Last checked: 2026-09-14
- Last successful call: 2026-05-05
- Success rate: 11% of calls made through Zero
- Activations on Zero: 19
- 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-blog-orchestrator-7925af80
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3LfYkoHGkoza8-2qqanpB

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-blog-orchestrator-7925af80 -d '<json body>'
```

Example prompt: Use SEO Wizard to create a new SEO blog site for my product 'NovaDeploy' — a cloud deployment tool — by scraping https://novadeploy.io for brand colors and fonts, then writing and publishing one SEO-optimized article with a hero image on a live Ghost-style site at the slug 'novadeploy-blog'.

## When to prefer this

Choose this endpoint when you need to create or maintain a single-article SEO blog site with brand-matched styling and live hosting in one call. Use `create` for first-time setup, `extend` to add a deduplicated new article to an existing site, or `rerender` to refresh the visual theme without changing content. Prefer /site-bulk when you need up to 5 articles in one call.

## Known failure modes

- Invalid or unreachable style_reference_urls causes theme inference failure
- Missing site_slug prevents idempotent republishing
- existing_full_articles[] not passed for extend/rerender mode causes deduplication or theme re-extraction failure
- Hosted site TTL expiration (180 days) renders the URL invalid
- Payment of $0.15 USDC not completed blocks processing
- article_count > 1 not supported — use /site-bulk for up to 5 articles

## How this service works

SEO Wizard — Site Builder & Iterator (single-article tier). Three modes: (1) `create` (default) — first run; ideates a topic, writes one full SEO-optimized article with hero image, infers a brand-matched visual theme by scraping style_reference_urls for real colors+fonts, publishes a Ghost-style live blog via ZeroClick hosting (180-day TTL). (2) `extend` — pass existing_full_articles[] from a prior call; we ideate one NEW topic deduped against the existing set, generate it, merge, republish to the same site_slug. (3) `rerender` — pass existing_full_articles[]; we re-extract a theme from updated style_reference_urls and republish unchanged content. All $0.15. article_count fixed at 1. For 5-article batches use /site-bulk. Idempotent on site_slug.

## Output

Returns a published live blog URL (180-day TTL via ZeroClick hosting), the generated SEO article with hero image, the inferred brand visual theme (colors and fonts), and the site_slug for future extend/rerender calls.

## 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-blog-orchestrator-7925af80/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)
