Analyze Creative Task
POST /api/creative/hawken/creative/analyze-task
Deterministic creative-task classification via weighted keywords.
Request Body required
Section titled “Request Body required ”Responses
Section titled “ Responses ”Successful Response
Response model for creative task analysis.
Contains comprehensive task classification results including task type, complexity assessment, timing estimates, research requirements, and style recommendations.
Attributes: task_type: Classified creative task type (storytelling, world_building, etc.) complexity: Complexity level (SIMPLE, MODERATE, HIGH, VERY_HIGH, EXPERT) estimated_time: Estimated generation time in seconds required_research: Whether research phase is needed recommended_style: Suggested primary writing style lore_integration: Whether project lore integration is needed
Example: { “taskType”: “storytelling”, “complexity”: “HIGH”, “estimatedTime”: 120, “requiredResearch”: true, “recommendedStyle”: “NARRATIVE”, “loreIntegration”: true }
object
Classified creative task type
Task complexity level
Estimated time in seconds
Whether research is needed
Recommended writing style
Whether lore integration needed
Validation Error