Your platform is already supported
WordPress gets true auto-publishing. Every other platform, custom builds included, gets your articles through the delivery method that suits it best, and we set it up for you free of charge. You pick the method in your portal and can switch anytime.
WordPress: fully automatic
Connect once with an application password (a limited-purpose credential WordPress issues for exactly this, revocable by you at any time) and we handle the rest. Articles are created on your blog with the hero image uploaded to your media library, categories and tags applied, and the publish date scheduled, so posts go live at the right moment even if our connection to your site is briefly interrupted.
- Setup takes about two minutes in your portal, with a connection test before anything is saved
- Your credential is encrypted at rest and only ever used to publish your content
- No plugin to install, nothing to update, nothing to slow your site down
What a delivered post looks like on your site
Title: Five questions to ask before hiring a landscaper
Status: Scheduled, Thursday 09:00
Categories: Tips and advice
Hero image: Uploaded to your media library
Author: Your chosen WordPress user
Illustrative example
GET /api/v1/posts?since=2026-07-01
Authorization: Bearer your-site-api-key
{
"posts": [
{
"id": 214,
"title": "Five questions to ask before hiring a landscaper",
"slug": "five-questions-before-hiring-a-landscaper",
"excerpt": "Not all quotes are equal. Here is what to ask...",
"body_html": "<p>...</p>",
"hero_image_url": "https://.../hero-214.png",
"tags": ["hiring", "gardens"],
"published_at": "2026-07-02T09:00:00Z"
}
]
}
Content API: pull on your terms
Every site gets its own secret API key and a clean JSON feed of its published articles. Your developer fetches new posts on whatever schedule suits your build, renders them server-side and keeps full control of the markup. This is the method we recommend for custom sites, because content rendered on your own server is what search engines index best.
Honest note: this method needs a developer, or us, to wire it into your site once. After that it is fully automatic.
Signed webhooks: we push to you
Prefer to be told the moment an article goes live? Give us an endpoint URL and we send each published article to it as JSON, signed with a shared secret so your site can verify every delivery really came from us. Failed deliveries are retried automatically.
Ideal for headless CMS setups, static site generators that rebuild on demand, and anything with an inbox-style content pipeline.
Illustrative example
POST https://yoursite.com/hooks/new-article
X-CE-Signature: sha256=2f0a91c4...
{
"id": 214,
"title": "Five questions to ask before hiring a landscaper",
"body_html": "<p>...</p>",
"hero_image_url": "https://.../hero-214.png",
"published_at": "2026-07-02T09:00:00Z"
}
Email delivery: zero setup
The simplest option of all. On publish day the complete article lands in your inbox as clean, ready-to-paste HTML with the hero image linked. Paste it into any editor on any platform.
Honest note: this one is not hands-off, someone has to do the pasting. It is the right choice when your platform is locked down or unusual, and it works everywhere without exception.
Embed widget: one snippet
Paste one small snippet into any page and a complete, styled blog appears: article list, article view, hero images, the lot. It uses a public display key, so there is nothing sensitive in your page source.
<div data-ce-embed data-ce-key="your-public-key"></div>
<script src="https://.../embed.js" defer></script>
Honest note: widget content renders in the visitor's browser, so it is weaker for search rankings than the API or WordPress methods. Great for a quick start, and you can move to a deeper integration later without losing anything.
Not sure which to pick?
Whatever you choose, we set it up for you free of charge as part of every plan.
On WordPress?
Use auto-publish. It is the best option by a distance and takes minutes to connect.
Custom site with a developer?
Use the content API for the strongest SEO, or webhooks if your site prefers a push.
Want something on the page today?
Drop in the embed widget now, upgrade to the API whenever you are ready.
Locked-down platform?
Email delivery works everywhere. Paste each article in and you are done.
Start with the free article
We detect your platform during the free sample, so you will know exactly how delivery would work for your site before you spend anything.
Get my free article