Skip to main content

Create Constraints

POST 

/api/v1/personas/constraints

Generate constraints that may affect a user's decision-making process.

This endpoint analyzes a given question, user profile, and relevant attributes to produce a set of constraints or limiting factors that could influence the user's decision. These constraints help in understanding the boundaries within which a decision is made.

Parameters:

  • req (ConstraintRequest): Contains the question, user profile, and relevant attributes

Returns:

  • ConstraintResponse: A dictionary of constraints and their descriptions

Request

Responses

Successful Response