Get Formatting Templates
GET /api/creative/hawken/format/templates
Return the static template catalog for Hawken’s create tab.
Responses
Section titled “ Responses ”Successful Response
Response model for formatting templates list.
Contains list of all available formatting templates with total count.
Attributes: templates: List of formatting template objects total_count: Total number of templates available
Example: { “templates”: […], “totalCount”: 15 }
object
Available templates
Response model for individual formatting template.
Contains template metadata including ID, name, task type, description, sections, and length range.
Attributes: id: Unique template identifier name: Human-readable template name task_type: Creative task type this template applies to description: Template description sections: List of section names in the template estimated_length_range: Min/max word count range
object
Unique template identifier
Template display name
Creative task type
Template description
Template section names
Min/max word count range
object
Total template count