v1/ielts/evaluation
Submit a request for evaluation directly by providing questions and respective answers in a json format. The API generates an evaluation report based on the provided data, and returns an acknowledgment along with an evaluation ID.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
application/json
Body
Unique identifier assigned to the client accessing the API.
"12345ABC"
Identifies the specific student for whom the evaluation is being requested.
"11223STU"
Type of IELTS exam (AC for Academic, GT for General Training).
AC
, GT
"AC"
Name of the student for whom the evaluation is being requested.
"John Doe"
List of evaluation questions and answers.
Unique identifier of the institution (optional).
"67890XYZ"
Identifier of the teacher (optional).
"98765LMN"
Unique identifier of the parent associated with the student (optional).
"54321PQR"
List of URLs pointing to the images of the evaluated work (optional).
[
"http://example.com/image1.jpg",
"http://example.com/image2.jpg"
]