Skip to main content
POST
Create model landing page

Authorizations

X-API-Key
string
header
required

Your Hrizn API key (prefix hzk_)

Body

application/json
year
integer
required
Required range: 1900 <= x <= 2100
Example:

2026

make
string
required
Required string length: 1 - 100
Example:

"Honda"

model
string
required
Required string length: 1 - 100
Example:

"Civic"

trim
string
Maximum string length: 200
Example:

"Sport Touring"

brand_voice_id
string

ID of a brand voice profile to use for tone and style

language
enum<string>
default:English
Available options:
English,
Spanish,
Mandarin Chinese,
Japanese,
Korean,
Arabic,
Farsi,
Hebrew,
French,
Tagalog,
Vietnamese,
Portuguese,
Russian
title
string

Custom title. Defaults to "Year Make Model [Trim]"

Maximum string length: 500
content_length
integer
deprecated

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.

Required range: 200 <= x <= 5000
content_depth
enum<string>

Content 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

data
object
Last modified on June 30, 2026