Generate Article
generate_articleGenerate a new SEO article draft for a site targeting a search query. Returns an articleId immediately; generation runs in the background - poll get_article/list_articles, or pass callbackUrl to be notified. Idempotent per query (a repeat returns the existing article). Requires an active subscription. (requires an agent API key)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The search query the article should target. | |
| siteId | Yes | ||
| callbackUrl | No | Optional https URL to POST { articleId, status, ... } to when generation finishes. |