Create Attributes And Levels
POST/api/v1/attributes-levels
Create attributes and levels for a given why_prompt.
Parameters:
req: AttributesLevelsRequest object containing:why_prompt: The main concept or promptcountry: Target countrylevel_count: Number of levels per attribute (optional)max_length: Maximum length for levels (optional)llm_model: Language model to use (optional)attribute_count: Number of attributes to generate (optional)
Returns:
- List of attributes with their levels.
Request
Responses
- 200
Successful Response