POST
/
assessments
/
init
/

Headers

locale
string

The locale of the user. It is used to determine the language of the assessment.

auth
string

The auth token of the user. It is used to authenticate the user.

Content-Type
string

The content type of the request. It is used to determine the type of data being sent.

Body

application/json · object

The request body must contain the user information. The format should be:

{
  "user_info": {
    "dob": "YYYY-MM-DD",
    "gender": "M"/"F"
  }
}

Response

200 - application/json

The response is of type object.