List component types
Component types
List all article component types
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 inDocumentation 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.
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.Content Components
Content Components
| Type (API response) | Type (reference key) | Description |
|---|---|---|
body | Body | Main article content (markdown) |
seoMetadata | SeoMetadata | SEO meta tags |
pageSlugs | PageSlugs | URL slugs |
postTags | PostTags | Content tags |
blogCategories | BlogCategories | Category assignments |
searchIntent | SearchIntent | Search intent analysis |
videoScript | VideoScript | Video script |
Layout
Layout
| Type (API response) | Type (reference key) | Description |
|---|---|---|
layout_html | LayoutHtml | Rendered page HTML with embedded CSS — the full visual layout output from the page builder |
Social Snippets
Social Snippets
JSON-LD Schemas
JSON-LD Schemas
| Type (API response) | Type (reference key) | Description |
|---|---|---|
articleSchema | ArticleSchema | Article JSON-LD schema |
authorSchema | AuthorSchema | Author JSON-LD schema |
organizationSchema | OrganizationSchema | Organization JSON-LD schema |
vehicleListingSchema | VehicleListingSchema | Vehicle JSON-LD schema |
faqSchema | FaqSchema | FAQ JSON-LD schema |
eventSchema | EventSchema | Event JSON-LD schema |
qaPageSchema | QaPageSchema | QA Page JSON-LD schema |
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.Last modified on May 1, 2026

facebookSnipFacebookSniptwitterSnipTwitterSnipinstagramSnipInstagramSnipgoogleBusinessSnipGoogleBusinessSnip