Schedules · Analytics · AI Insights · REST API

The auto-blogging API
for seamless SEO

Generate long-form posts and newsletters with AI images, on a recurring schedule or on demand. Fetch published content to your site, add one script to measure engagement, and keep your full API key on the server.

Get started View API Docs
// Fetch your latest post (gateway = Supabase api-gateway URL)
const API_BASE = 'https://YOUR_REF.supabase.co/functions/v1/api-gateway';
const response = await fetch(`${API_BASE}/v1/content/latest`, {
  headers: { 'Authorization': `Bearer ${API_KEY}` }
});
const { data } = await response.json();
// data.meta_title, data.body_html, data.image_url, data.newsletter_html
0
websites powered
0
articles generated
0
API uptime
0
of code to integrate

Three products. One API.

Blog posts, newsletters, and social-ready repurposed variants from one content engine.

Blog Posts

SEO-optimized articles with structured HTML, meta tags, URL slugs, and AI hero images. 300 to 2,000+ words.

Newsletters

Email-safe inline HTML with subject lines, preview text, and matching AI imagery. Drop into any ESP or fetch via API.

Content Repurposing

One click turns any blog post into Twitter/X threads, LinkedIn posts, newsletter teasers, and short summaries.

How it works

Three steps. Five minutes. Automated forever.

1

Set your topic and keywords

Tell us your niche, target keywords, preferred tone, and image style. Choose whether you want blog posts, newsletters, or both. Takes 2 minutes.

2

AI generates weekly content

Every week, our AI writes a fully structured, SEO-optimized article or newsletter with a matching AI-generated image. Premium models, no fluff.

3

Fetch via API and publish

Call one endpoint. Get title, HTML body, meta tags, newsletter HTML, and a CDN-hosted image with alt text. Publish to your site or ESP automatically.

Schedule, publish, measure

Automation, your domain, and proof it works. Integrations | API docs

Recurring schedules

Set cadence and go-live time. Preview email before publish. Timezone-aware windows across plans.

Fetched, not FTP'd

Your site calls our API for published posts. List, latest, and by-slug endpoints for any stack.

Visual analytics

Trend charts, top-content rankings, scroll depth, and engagement scores in a live dashboard.

AI content insights

Plain-English summaries of what is working, what to refresh, and where to focus next.

One endpoint.
Everything you need.

Our API returns clean, structured JSON with the full article in HTML and plain text, newsletter-ready HTML, SEO metadata, and a CDN-hosted AI image. Ready to publish in seconds.

  • Full HTML + plain text body
  • Newsletter-ready inline HTML
  • Meta title, description and slug
  • CDN image URL + SEO alt text
  • Internal linking support
  • Content type, word count, reading time
Full API Documentation
{
  "status": "success",
  "content_type": "blog_post",
  "meta_title": "Ultimate Guide to Plumbing...",
  "meta_description": "Prevent burst pipes...",
  "slug": "plumbing-maintenance-guide",
  "body_html": "<h1>Ultimate Guide...</h1>",
  "newsletter_html": "<table>...</table>",
  "image": {
    "url": "https://cdn.autoblogs.dev/...",
    "alt_text": "Copper pipes inspection"
  },
  "word_count": 1420,
  "reading_time": "6 min"
}

Built for builders

Whether you are an indie hacker, agency, or enterprise, AutoBlog fits your workflow.

Programmatic SEO

Generate hundreds of keyword-targeted or location-based pages automatically. Pass dynamic variables via the API.

Agency Content

Manage multiple client blogs and newsletters under one account. Unique topics and keywords per project.

Portfolio and Business Sites

Keep your blog alive and your newsletter flowing with fresh, relevant content every week on autopilot.

Social and Email Marketing

One-click repurposing generates Twitter/X threads, LinkedIn posts, newsletter teasers, and short summaries from every blog post.

Simple, transparent pricing

Three plans. No hidden fees. Cancel anytime.

Pulse
$19/mo
4 posts/mo, 300-500 words, basic formatting
Programmatic Pro
$149/mo
60 posts/mo, 2,000+ words, multi-project + on-demand
More recurring schedules + analytics
Enterprise
Custom
Unlimited volume, dedicated infra, SLA, custom models

Frequently asked questions

Are the AI-generated images copyright-free?

Yes. All images generated by AutoBlog are fully licensed for commercial use. You own them outright and can use them on your website, newsletters, social media, or any other platform without restriction.

Can I edit the text after it is generated?

Absolutely. The API returns raw HTML and plain text that you can modify however you like before publishing. The dashboard also includes an inline editor for quick adjustments.

Will Google penalize AI-generated content?

Our content is designed to meet Google's E-E-A-T guidelines. We generate long-form, deeply structured articles with proper headings, lists, and metadata. Higher tiers produce 1,500 to 2,000+ word articles with structured HTML that Google's algorithms favor.

How do newsletters work?

When you enable newsletters for a project, AutoBlog generates email-safe inline HTML alongside your blog post. You get a subject line, preview text, and a formatted email body you can drop directly into Mailchimp, ConvertKit, or any ESP, or fetch via API.

How do I connect the API to my website?

We provide code snippets for WordPress, Next.js, and generic REST integrations. It is as simple as a single fetch call. See the code example on this page. Most users are live in under 10 minutes.

What are recurring blog schedules?

You choose cadence and the wall-clock time posts should go live. We generate content, optionally email you about two hours before publish, then set each post to published so your site can list it via the API. Limits depend on your plan.

How does post analytics work?

On SEO Engine and Pro you create an embed key with your allowed site origins, then add our small script to each article page. We record views, time on page, and link clicks. Your full API key never runs in the browser.

Do I upload HTML files to my host?

No. Your site fetches JSON from our API and renders the blog yourself, no FTP drop. That is how we support Wix, Framer, Lovable, and custom stacks with the same model.

Can I generate content on-demand instead of weekly?

Yes. The Programmatic Pro plan includes on-demand generation via a POST endpoint. Pass custom topics, keywords, and variables to generate articles and newsletters whenever you need them.

Ready to automate your content?

Join 2,000+ websites already publishing blog posts and newsletters with AutoBlog.

Get started