Skip to main content
POST
Generate content tools
Triggers generation of SEO metadata (title, description, keywords), JSON-LD schema markup, and social media snippets (Open Graph, Twitter) for completed content. Scope required: content_tools:write

Path parameters

id
string
required
UUID of a completed article.

Request body

tools
array
Specific tools to generate. Defaults to all available tools.Options: seo-metadata, schemas, social-snippets, page-slugs, post-tags, search-intent
Content tool generation is asynchronous and typically completes within a few minutes. Configure webhooks to receive real-time content_tools.completed notifications instead of polling.
Content tools results are available as content components. Use Get content components to retrieve them.

Authorizations

X-API-Key
string
header
required

Your Hrizn API key (prefix hzk_)

Path Parameters

id
string<uuid>
required

Content ID

Body

application/json
tools
enum<string>[]
Minimum array length: 1
Available options:
seo-metadata,
schemas,
social-snippets,
page-slugs,
post-tags,
search-intent

Response

Content tool generation started

data
object
Last modified on February 28, 2026