ClimbAI
Integrations

Export articles (HTML, Markdown, JSON)

Download any article as HTML, Markdown or JSON straight from the editor — the JSON is the same object your webhook receives.

Updated 2026-09-13

Every article can be downloaded directly from the content editor, no integration required. This is the fallback for sites Climb AI doesn't publish to directly, and a way to inspect exactly what a webhook delivery would contain before wiring one up.

Where to find it

Open an article in the content editor and use the Export menu in the top bar — it links directly to the HTML, Markdown, and JSON downloads for that article.

Formats

FormatFileContents
HTML<slug>.htmlThe article body as raw HTML — the same markup Climb AI would publish
Markdown<slug>.mdAn H1 title line followed by the body converted to Markdown
JSON<slug>.jsonThe full article object, pretty-printed
Markdown conversion uses ATX-style headings (#, ##), - for bullet lists, and fenced code blocks — a straightforward, widely-compatible dialect rather than the setext/underline style.

JSON fields

FieldDescription
idThe article's database ID
titleArticle title
slugURL slug, or null if none is set
htmlFull article body as HTML
markdownFull article body converted to Markdown
excerptMeta description, used as a short summary
seo.metaTitle / seo.metaDescription / seo.focusKeywordSEO metadata
featuredImageUrlFeatured image URL, or null
ogImageUrlOpen Graph image URL, or null
scheduledForThe scheduled publish date, or null
website.id / website.url / website.nameThe connected site this article belongs to
This is the exact same object structure sent as data in a webhook's article.published event — see Webhook. If you're building against the JSON export, you're also building against the webhook payload.

Download filename

The downloaded file is named after the article's slug (falling back to its title, then "article") with anything other than letters, numbers, hyphens and underscores stripped out, capped at 80 characters — served with Content-Disposition: attachment so it downloads rather than opens in the browser.

Frequently asked questions

No — export is read-only. It has no effect on the article's status or any connected integration.

Related
  • Webhook (Zapier, Make, n8n, custom) Receive every finished article as a signed JSON webhook — exact payload, headers, signature verification, and a Zapier walkthrough.
  • How articles are written What happens between a keyword being queued and an article landing in Content — outline, sections, images, and where your voice comes in.
Ready to try it on your own site?

5-day free trial, nothing charged until day 6, 30-day money-back after that.

5-day free trial · 30-day money-back · price locked for life

Still stuck? hello@climbai.io

Try Now For $0.00