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
}
]
}
'{
"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
}
]
}
'{
"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>"
}
}Your Hrizn API key (prefix hzk_)
1 - 10 elementsHide child attributes
basic, qa, expert, modellanding, comparison, salesevent, enhancedcontent, emailtemplate 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 Target content length in words (200-5000). Controls how long the generated content will be. Defaults vary by article type: basic=1200, qa=1800, expert=2000, modellanding=2500, comparison=3500, salesevent=600.
200 <= x <= 5000Batch accepted
Hide child attributes
Informational message about async processing and webhook configuration