Available now
- ✓ Automatic publication after selection
- ✓ DCE-rendered article page
- ✓ SEO title and metadata
- ✓ Featured campaign image
- ✓ Links from the Publishing page
Help & documentation
Choose the delivery method that fits your website. This guide covers the complete workflow, what DCE publishes and what remains under your control.
Start here
One topic becomes two complete campaign choices.
Every blog and social post is reviewed, scored and revised.
Compare both campaigns carefully. Your selection is final for that week.
Your chosen publishing method controls what happens to the blog.
No integration required
Use this method when you already publish through WordPress, Squarespace, Webflow or another editor and prefer to move the content yourself.
Developer integration
The API exposes the latest campaign you selected. Connect your CMS once and keep the endpoint: its response changes when you select a newer campaign.
Choose Content API on the Publishing page and save. DCE generates an endpoint containing a private token.
GET https://digitalcontentengine.com/v1/campaign-deliveries/YOUR_PRIVATE_TOKEN
Keep the complete URL secret. Do not place it in public browser JavaScript, a public repository or screenshots.
cURL
curl --fail \
"YOUR_PRIVATE_ENDPOINT"PHP
$response = Http::get(
env('DCE_CONTENT_URL')
);
$campaign = $response->throw()->json();{
"campaign_id": 42,
"week_start": "2026-07-27",
"topic": "A useful industry-led topic",
"blog": {
"title": "Your finished article",
"slug": "your-finished-article",
"excerpt": "A short introduction",
"body_markdown": "# Your finished article\n...",
"meta": {}
},
"instagram_posts": [],
"social_posts": [],
"images": [
{
"kind": "instagram",
"prompt": "Editorial image direction...",
"alt_text": "Accessible image description",
"url": "https://digitalcontentengine.com/storage/..."
}
]
}
Publishing handled for you
Choose this method when you do not have a blog platform. After you select a campaign, DCE creates a published article using its title, body, metadata and featured image. Recently hosted articles appear on your Publishing page.
north-and-pine.digitalcontentengine.com can be supported with one wildcard DNS record and wildcard certificate. Individual customers would not need to edit DNS. Automated subdomain provisioning is not yet part of the customer dashboard.
A custom address such as journal.yourbusiness.co.uk requires a DNS record owned by your business plus domain verification and SSL configuration. Until that guided setup is available, use the Content API to publish directly into your existing website.
Common questions
Always customer-controlled
Social posts and images
DCE does not connect to or post automatically on Facebook, Instagram or LinkedIn. Copy posts into your usual platform or scheduler. Images generate automatically; you can edit a prompt, regenerate a result, monitor progress and download one image or the complete suite.