Create model landing page
Create model landing page
Generate a model research / landing page for a specific vehicle
POST
Create model landing page
Creates and generates a model landing page for a specific vehicle (year, make, model). The page includes detailed research, specifications, and market context. Generation is asynchronous; useDocumentation 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} to check status and retrieve the result.
Scope required: content:write
Request body
Model year (1900-2100).
Vehicle manufacturer (e.g. “Chevrolet”).
Vehicle model name (e.g. “Civic”).
Specific trim level (e.g. “Sport Touring”).
ID of a brand voice profile to use for tone and style.
Language for generated content. One of:
English, Spanish, Mandarin Chinese, Japanese, Korean, Arabic, Farsi, Hebrew, French, Tagalog, Vietnamese, Portuguese, Russian.Custom page title (max 500 characters). Defaults to “Year Make Model [Trim]”.
Content depth preset that drives the article body. One of
concise, steady, balanced, substantial, or in-depth. Model landing pages always include data tables. Replaces content_length.Deprecated. Article length is now driven by
content_depth; this field is accepted for backward compatibility but has no effect. Model landing pages always include data tables.Response
Returns202 Accepted when the model landing page starts generating:
GET /content/{id} to poll for completion, then GET /content/{id}/html to retrieve the generated HTML.Authorizations
Your Hrizn API key (prefix hzk_)
Body
application/json
Required range:
1900 <= x <= 2100Example:
2026
Required string length:
1 - 100Example:
"Honda"
Required string length:
1 - 100Example:
"Civic"
Maximum string length:
200Example:
"Sport Touring"
ID of a brand voice profile to use for tone and style
Available options:
English, Spanish, Mandarin Chinese, Japanese, Korean, Arabic, Farsi, Hebrew, French, Tagalog, Vietnamese, Portuguese, Russian Custom title. Defaults to "Year Make Model [Trim]"
Maximum string length:
500Deprecated. Article length is now driven by content_depth; this field is accepted for backward compatibility but has no effect. Model landing pages always include data tables.
Required range:
200 <= x <= 5000Content depth preset that drives the article body. Defaults to balanced. Replaces the legacy content_length field.
Available options:
concise, steady, balanced, substantial, in-depth Response
Model landing page generation started
Last modified on May 1, 2026
