Analyze Audience And Purpose
POST /api/creative/hawken/style/analyze-audience
Deterministic audience + purpose + tone + complexity classification.
Request Body required
Section titled “Request Body required ”Responses
Section titled “ Responses ”Successful Response
Response model for audience analysis operations.
Contains comprehensive audience classification results including identified audience type, content purpose, tone, complexity level, and style recommendations based on the analysis.
Attributes: audience: Identified target audience type (10 types available) purpose: Primary purpose of the content (entertain, inform, etc.) tone: Recommended content tone (dramatic, casual, etc.) complexity_level: Recommended complexity (simple to expert) style_preferences: List of recommended writing styles key_considerations: Important factors for content creation
Example: { “audience”: “GAMING”, “purpose”: “ENTERTAIN”, “tone”: “DRAMATIC”, “complexityLevel”: “MODERATE”, “stylePreferences”: [“NARRATIVE”, “DESCRIPTIVE_IMMERSIVE”], “keyConsiderations”: [“Maintain RPG lore consistency”] }
object
Classified target audience type
Identified content purpose
Recommended content tone
Content complexity level
Recommended writing styles
Key factors for content creation
Validation Error