v1/evaluation/
This endpoint allows B2B clients to submit a request for evaluation directly by providing reference links to the images. The API downloads the images separately, 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.
"123456"
Identifies the specific student for whom the evaluation is being requested.
Specifies the subject or topic of the handwritten notes being evaluated.
Specifies the name of the student for whom the evaluation is being requested.
Contains URLs pointing to the images of handwritten notes that are to be evaluated.
Represents the unique identifier of the institution to which the student belongs.
Identifies the teacher responsible for the student's evaluation.
Specifies the unique identifier of the parent associated with the student.
Indicates the class or grade level of the student.