POST
/api/v1/chats
Mark within a chat (legacy)
A chat can be created with marking: true to return structured marking feedback inline. This path is retained for backward compatibility — new integrations should use the Mark API, which is purpose-built for marking essays and assessments.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
user_id |
string | required | Your identifier for the student (billing) |
chat.subject_id |
uuid | required | Subject |
chat.topic_id |
uuid | optional | Topic |
chat.marking |
boolean | required | Set true to request marking |
chat.message |
string | required | The work to mark (or attach a file) |
Returns
A chat object whose assistant message contains structured marking feedback.