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:
- 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
string
required
UUID of the content.
Response
string
Content UUID.
string
CMS-ready HTML string with Bootstrap table classes and Hrizn attribution.
string
Status of the body component (e.g.
complete, generating).string
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 February 28, 2026
