Skip to main content
GET
List component types
Returns the types of components that can be attached to articles (body, SEO metadata, schemas, etc.). When used as a path parameter in GET /content/{id}/components/{type}, the type is case-insensitive.
The reference endpoint returns PascalCase keys (e.g. Body, SeoMetadata), but component API responses (e.g. GET /content/{id}/components) use camelCase (e.g. body, seoMetadata). Both formats are accepted as path parameters due to case-insensitivity.
The layout_html component contains the complete, self-contained HTML document produced by the visual page builder. Unlike the body component which stores the design JSON and raw content, layout_html stores the rendered HTML output with all CSS in a <style> block — ready to embed directly in a CMS or webpage. It is created or updated whenever a user saves or exports content in the visual editor.

Authorizations

X-API-Key
string
header
required

Your Hrizn API key (prefix hzk_)

Response

200 - application/json

All component types

data
object
Last modified on May 1, 2026