Skip to main content
POST
Submit Evaluation Request

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

accept
enum<string>
default:application/json
required
Available options:
application/json

Body

application/json
client_id
string
required

Unique identifier assigned to the client accessing the API.

Example:

"12345ABC"

student_id
string
required

Identifies the specific student for whom the evaluation is being requested.

Example:

"11223STU"

exam_type
enum<string>
required

Type of IELTS exam (AC for Academic, GT for General Training).

Available options:
AC,
GT
Example:

"AC"

student_name
string
required

Name of the student for whom the evaluation is being requested.

Example:

"John Doe"

evaluation_text
object[]
required

List of evaluation questions and answers.

institution_id
string

Unique identifier of the institution (optional).

Example:

"67890XYZ"

teacher_id
string

Identifier of the teacher (optional).

Example:

"98765LMN"

parent_id
string

Unique identifier of the parent associated with the student (optional).

Example:

"54321PQR"

image_urls
string[]

List of URLs pointing to the images of the evaluated work (optional).

Example:

Response

Evaluation request submitted successfully

status
string
Example:

"200"

message
string
Example:

"Evaluation request submitted successfully"

data
object[]