v6
OpenAPI 3.0.02026-08-044760291.8 KBGenerate Article
Start article generation
Start generating content for an existing draft article (one created by create_article) — the wizard's final step. CONSUMES CREDITS: always ask the user for permission before calling this (the earlier wizard steps — titles, outline, keywords, prompts — are free). Generation runs in the background — poll generation_status with the same slug until it is no longer generating, then read the result with get_article. Calling this again while a run is already in progress is safe and will not start a duplicate.
post/v3/generate-article/start/
Request body
Response
Success: { success:true, generating:true, slug } (+ alreadyRunning:true when a run was already in flight). Insufficient credits: { success:false, generating:false, requiredCredits, message }.