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:

"1"

student_id
string
required

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

Example:

"123"

exam_type
enum<string>
required

Type of TOEFL exam (essentials, ibt).

Available options:
ES,
IB
Example:

"IB"

student_name
string
required

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

Example:

"Jhon Doe"

evaluation_text
object[]
required

List of evaluation questions and answers.

institution_id
string

Unique identifier of the institution (optional).

Example:

"inst_456"

teacher_id
string

Identifier of the teacher (optional).

Example:

""

parent_id
string

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

Example:

""

image_urls
string[]

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

Example:

Response

Evaluation request submitted successfully

status_code
string
Example:

"200"

status
string
Example:

"Processing"

message
string
Example:

"Evaluation request submitted successfully"

data
object[]