Skip to main content
Manage blog articles across the full content pipeline — planning, AI generation, scheduling, and publishing — and configure content automation per website. Every endpoint below has a live playground in the sidebar.

What you can do

Plan articles

Create an article from a title or a linked keyword, with an optional outline and schedule date.

Generate with AI

Kick off the generation pipeline for a planned article, then update, schedule, and publish it.

View the calendar

Fetch scheduled article events within a date range for your editorial calendar.

Automate the pipeline

Read and update per-website automation — auto-plan, auto-generate, auto-publish, and more.

The content pipeline

Articles move through planned → queued → in-progress → completed → published. Plan with POST /articles, start generation with POST /articles/{id}/generate, then patch status and schedule fields as the article progresses.
Deleting an article that’s linked to a keyword reverts that keyword’s status back to active.
The GET /blog-posts and GET /blog-posts/{id} endpoints are legacy and marked deprecated. Use the /articles endpoints going forward.