🚀 Getting Started
These are the steps to get perform assessment using Eka Care APIs.
Restrictions on Assessments:
Age restrictions:
12-130 years
for Symptom Checker and Risk Assessment.0-130 years
for Customized Assessments
Gender restrictions:
M, F
supported for Symptom Checker and Risk Assessment.M, F, O
supported for Customized Assessments
Initialization
This step is used to initialize the assessment. This API returns a unique assessmentid which will be used in the next steps.
Start Assessment
This step is used to start the assessment. It will return the first question of the assessment.
Continue Assessment
This step is used to continue the assessment. It will return the next question of the assessment. You need to send the answer of the previous question in the request body. Continue this step until you get the last question.
Submit Assessment
This step is used to submit the assessment. You need to send the answer of the last question in the request body. It will return the result and summary of the assessment.
You will get multiple error codes in case of any failure. You can refer to the error codes for more details.