curl --request POST \
--url https://api.app.hrizn.io/v1/public/content/batch \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"items": [
{
"ideacloud_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"article_type": "basic",
"selected_question_ids": [
"<string>"
],
"brand_voice_id": "<string>",
"title": "<string>",
"language": "English",
"content_intent": "general",
"auto_compliance": false,
"auto_content_tools": false,
"mode": "simple",
"content_length": 2600,
"content_depth": "concise"
}
]
}
'{
"data": {
"items": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "<string>",
"article_type": "basic",
"title": "<string>",
"error": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}
],
"message": "<string>"
}
}Creates multiple content items in a single request (1-10 items).
curl --request POST \
--url https://api.app.hrizn.io/v1/public/content/batch \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"items": [
{
"ideacloud_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"article_type": "basic",
"selected_question_ids": [
"<string>"
],
"brand_voice_id": "<string>",
"title": "<string>",
"language": "English",
"content_intent": "general",
"auto_compliance": false,
"auto_content_tools": false,
"mode": "simple",
"content_length": 2600,
"content_depth": "concise"
}
]
}
'{
"data": {
"items": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "<string>",
"article_type": "basic",
"title": "<string>",
"error": "<string>",
"created_at": "2023-11-07T05:31:56Z"
}
],
"message": "<string>"
}
}Documentation 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.
Your Hrizn API key (prefix hzk_)
1 - 10 elementsHide child attributes
basic, qa, expert, modellanding, comparison, salesevent Question IDs from the IdeaCloud (format q-{timestamp}-{index}). Defaults to recommended questions.
1500Language for generated content
English, Spanish, Mandarin Chinese, Japanese, Korean, Arabic, Farsi, Hebrew, French, Tagalog, Vietnamese, Portuguese, Russian Controls which dealer links are injected inline vs. appended as a cross-department CTA. fixed_ops prioritizes service/parts links, variable prioritizes sales/financing links, general distributes all links evenly.
fixed_ops, variable, general simple, interactive Deprecated. Article length is now driven by content_depth; this field is accepted for backward compatibility but has no effect on the generated output. Remove from your integration when convenient.
200 <= x <= 5000Content depth preset that drives the article body. Five ordered positions: concise (tight, direct prose), steady (efficient and on-point), balanced (default; lets the topic and outline drive depth), substantial (substantively developed with concrete examples), and in-depth (thorough exploration with vivid local color). Replaces the legacy content_length field.
concise, steady, balanced, substantial, in-depth Batch accepted
Hide child attributes
Informational message about async processing and webhook configuration