Generate Article

Article generation status

Check whether an article is currently being generated or updated, and how far along it is. Poll this after generate_article / start_article_generation. Once it is no longer generating, check error before reading the article; a successful new generation has status: generated.

get/v3/generate-article/generation-status

Query parameters

teamIdstring

Team id (falls back to the session's active project).

slugstring required

Article slug.

Response

Default Response

slugstring
articleIdstring
statusstring

Lifecycle status (draft/generated/published…).

generatingboolean
kindstring nullable

"generate" | "update" while generating.

phasestring nullable
progressnumber nullable
enrichmentPhasestring nullable

Post-content JSON-LD/audit phase, independent of generating.

errorstring nullable

Changes