Create sales event page
Create sales event page
Generate a promotional page for a dealership event
POST
Create sales event page
Creates and generates a promotional page for a dealership sales event. Supports multiple event categories and generates compelling marketing content. Generation is asynchronous; use
Use
GET /content/{id} to check status and retrieve the result.
Scope required: content:write
Request body
Name of the event (max 500 characters).
Event start date/time in ISO 8601 format.
Event end date/time in ISO 8601 format.
Event location or address (max 500 characters).
Event category. One of:
Sales Event, New Model Launch, Owner Appreciation, Service Special, Community Event, Holiday Celebration, Test Drive Event.Additional context about the event for the AI to use during generation (max 2000 characters).
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 the event name.
Content depth preset that drives the article body. One of
concise, steady, balanced, substantial, or in-depth. Replaces content_length.Deprecated. Article length is now driven by
content_depth; this field is accepted for backward compatibility but has no effect.Response
Returns202 Accepted when the sales event 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 string length:
1 - 500Example:
"Summer Blowout Sale"
Example:
"2026-07-04T09:00:00Z"
Example:
"2026-07-07T21:00:00Z"
Required string length:
1 - 500Example:
"123 Main St, Springfield, IL"
Available options:
Sales Event, New Model Launch, Owner Appreciation, Service Special, Community Event, Holiday Celebration, Test Drive Event Additional context about the event for the AI to use during generation
Maximum string length:
2000ID 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 page title. Defaults to the event name
Maximum string length:
500Deprecated. Article length is now driven by content_depth; this field is accepted for backward compatibility but has no effect.
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
Sales event page generation started
Last modified on May 1, 2026
