# SEO Wizard — Article Ideation

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

Generates net-new SEO article ideas for a product, returning primary keyword, search intent, target persona, unique angle, and word count for each idea

## Facts

- Endpoint: POST https://seo-wizard.zam-ev.workers.dev/ideate
- Price: $0.05/call
- Payment: MPP
- Status: unknown
- Last checked: 2026-09-14
- Last successful call: 2026-05-06
- Success rate: 25% of calls made through Zero
- Rating: 1.3 / 5 from 1 review
- Activations on Zero: 4
- 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-ideation-9a305fb7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_14StNtO7YwbNyJnCvEv0b

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-ideation-9a305fb7 -d '<json body>'
```

Example prompt: Come up with 10 fresh SEO article ideas for my project management SaaS called TaskFlow, targeting startup founders and remote team leads — here's a brief: 'TaskFlow helps small teams track tasks and ship faster' — and avoid duplicating these existing articles: 'How to Run a Sprint', 'Remote Team Communication Tips'.

## When to prefer this

Use this endpoint before calling /article to cheaply populate a content pipeline with deduplicated, persona-targeted SEO ideas. At $0.05 per call it is cost-effective for planning stages. Prefer this over manual keyword research tools when you want AI-driven ideation that respects your existing content inventory and persona context.

## Known failure modes

- Missing product brief or personas returns a validation error
- Very broad or vague product brief may produce generic ideas with low specificity
- If existing_articles list is malformed, deduplication may not work correctly
- Network or worker timeout if input payload is very large
- Upstream LLM unavailability may cause a 5xx error

## How this service works

SEO Wizard — Article Ideation. Generates net-new SEO article ideas for a product (no duplicates with your existing articles). Returns ideas with primary keyword, search intent, target persona, unique angle, and word count. Pass product brief, personas, optional seed_topics, and existing_articles. Cheap; call before /article.

## Output

A list of net-new article ideas, each with a primary keyword, search intent classification, target persona, unique editorial angle, and recommended word count — guaranteed to have no overlap with the provided existing articles.

## Example request

```json
{
 "n": 5,
 "product": {
  "name": "TaskFlow",
  "one_liner": "A cloud-based project management tool built for small teams",
  "long_description": "TaskFlow is a cloud-based project management platform designed specifically for small teams. It combines task tracking, file sharing, and team communication in one seamless interface, helping distributed teams stay organized, meet deadlines, and collaborate effectively regardless of location.",
  "pain_points_solved": [
   "Scattered tools and communication silos",
   "Missed deadlines due to lack of visibility",
   "Difficulty collaborating across time zones",
   "Onboarding overhead for complex PM tools"
  ],
  "primary_value_props": [
   "All-in-one task tracking, file sharing, and communication",
   "Built for small teams with simple, intuitive UX",
   "Works seamlessly for distributed and remote teams"
  ],
  "capabilities_or_features": [
   "Task tracking and assignment",
   "File sharing and document management",
   "Team communication and messaging",
   "Project timelines and milestones",
   "Cloud-based with real-time sync"
  ]
 },
 "personas": [
  {
   "name": "startup founder",
   "role": "Founder / CEO",
   "goals": [
    "Ship product fast",
    "Keep team aligned without micromanaging",
    "Reduce overhead from tool sprawl"
   ],
   "description": "Early-stage startup founder managing a small distributed team",
   "pain_points": [
    "Too many disconnected tools",
    "Hard to track who is doing what",
    "Limited
… (truncated)
```

## 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-ideation-9a305fb7/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)
