Skip to main content
GET
Get all components
Returns content components (body, SEO metadata, schemas, social snippets, etc.). Optionally filter by component type. Scope required: content:read

Path parameters

id
string
required
UUID of the content.

Optional path

Append /{type} to get a single component type. The type parameter is case-insensitivebody, Body, and BODY all work:
Available component types: body, seoMetadata, pageSlugs, postTags, blogCategories, searchIntent, facebookSnip, twitterSnip, instagramSnip, googleBusinessSnip, videoScript, imagePrompt, articleSchema, authorSchema, organizationSchema, vehicleListingSchema, faqSchema, eventSchema, qaPageSchema, webPageSchema, webSiteSchema, breadcrumbSchema, layout_html. See Component types for the full reference.
When requesting a single component type, the response returns the component object directly instead of the components array:

Authorizations

X-API-Key
string
header
required

Your Hrizn API key (prefix hzk_)

Path Parameters

id
string<uuid>
required

Content ID

Response

All content components

data
object
Last modified on March 28, 2026