Generate an article from a topic or source URLs. Returns status ‘publishing’ when auto_publish is true (default) or ‘generated’ when auto_publish is false (draft mode). The final ‘published’ status is reflected in GET /api/agent/articles/ after the publish pipeline completes.
Bearer citedy_agent_* key
1 - 5001 - 3 elementsmini, standard, full, pillar standard, turbo 100Wait synchronously for article completion before returning. When false, returns 202 with a job ID for polling via GET /api/agent/articles/{id}.
Publish article immediately after generation. When false, article stays as draft (status=generated). Uses tenant setting when omitted.
Article generated
publishing — article generation complete, publish pipeline triggered (will be live within seconds). generated — draft article, not yet published (use article.publish to make it live).
publishing, generated URL where the article will be accessible once published. For draft articles (auto_publish: false), this URL will return 404 until the article is published.