Essay Marker

Generates a detailed metric score for an essay

Mark an Essay

POST https://api.autogon.ai/api/v1/services/essay-marker/

Headers

NameTypeDescription

Content-Type*

String

application/json

Request Body

NameTypeDescription

essay*

String

Candidate's essay answer

question*

String

essay question

answer

String

Reference answer for evaluation. Optional

required_number_of_words*

Integer

Required word count for the essay.

{
  "response_id": "b54021b9-dba9-4132-aabb-31a48318931b",
  "data": {
    "grammatically_correct_score": 95,
    "meaning_score": 90,
    "structure_score": 93,
    "average_score_w4": 93,
    "known_history_score": 0
  }
}

Last updated