Skip to main content

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 prompt
    • country: Target country
    • level_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

Successful Response