Skip to main content
POST
/
evaluation-platform
/
v1
/
exam
/
{examId}
/
model-answer
Create model answer for an exam
curl --request POST \
  --url https://api-staging.crazygoldfish.com/evaluation-platform/v1/exam/{examId}/model-answer/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "id": "287117d6-0135-4329-b5a7-d46e42948a14",
  "documents": []
}

Authorizations

Authorization
string
header
required

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

Path Parameters

examId
string
required

Body

application/json

The body is of type object.

Response

Created - Exam entry successfully created

id
string

Unique identifier of the model answer

Example:

"287117d6-0135-4329-b5a7-d46e42948a14"

documents
string[]

List of documents associated with the model answer initially empty

Example:
[]