Get CMS-ready HTML
Get content HTML
Get the CMS-ready HTML body of content
GET
Get CMS-ready HTML
Returns the content’s main body as CMS-ready HTML. The output is identical to what the “Copy code to CMS” button produces in the Hrizn dashboard and includes: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.
- Bootstrap table classes for responsive table styling
- Hrizn attribution tag appended at the end of the content
- Sanitized HTML safe for direct CMS embedding
Accept: text/html to receive raw HTML instead of a JSON wrapper.
Scope required: content:read
Path parameters
UUID of the content.
Response
Content UUID.
CMS-ready HTML string with Bootstrap table classes and Hrizn attribution.
Status of the body component (e.g.
complete, generating).ISO 8601 timestamp of last update.
Tables in the HTML include Bootstrap classes (
table, table-striped) for styling. If your CMS does not use Bootstrap, you may need to add equivalent CSS or strip these classes.Last modified on March 1, 2026
