This API is used to initialize the assessment. It returns an assessment_id that uniquely identifies the assessment session.
The authentication token of the developer (generated using Authorization API).
Any unique string to identify the logged in developer.
Locale is used to determine the language of the assessment. Supported locales are en
, hi
, kn
for english, hindi and kannada respectively with default being en
.
en
, hi
, kn
"en"
The request body should contain the user information. Users can either provide the date of birth or age using dob
and age
fields respectively, along with gender inside user_info
.
OK
The response object contains the assessment_id that uniquely identifies the assessment session.