Get publish data
Get publish data
Get the complete publish payload for CMS integration
GET
Get publish data
Returns a unified publish payload containing everything needed to push content to a CMS or website: article metadata, publishing status, taxonomy, images, social tags, rendered HTML body, SEO meta tags, and structured data (JSON-LD schema). Scope required:Documentation Index
Fetch the complete documentation index at: https://api-docs.hrizn.io/llms.txt
Use this file to discover all available pages before exploring further.
content:read
Path parameters
UUID of the content.
Response
The response is a single object with the following top-level sections:Core article metadata:
id, title, article_type, created_at, updated_at.Publishing state:
status (published or scheduled), slug, canonical_url, date (ISO 8601, UTC), published_at (ISO 8601, UTC).All date and time fields — including scheduled post dates — are returned in UTC with a
+00:00 offset. Convert to the appropriate local timezone on your side before displaying to end users.Content classification:
blog_tags (string array), blog_categories (string array), keywords (string array).Resolved image URLs:
featured, og, twitter. Each is a fully-qualified URL or null.Social sharing metadata:
og_title, og_description, twitter_title, twitter_description.The full rendered HTML body, ready for CMS embedding. For visual builder content this is the pre-rendered layout HTML; for markdown content it includes Bootstrap table classes and a Hrizn attribution tag.
Rendered SEO meta tag HTML string (title, og, twitter meta tags) for injection into the page
<head>.JSON-LD structured data (
@context, @graph with NewsArticle, Author, Organization, etc.).Last modified on May 12, 2026
