---
title: "POST /api/recall-prompts/{recallPrompt}/answer-spelling"
method: POST
path: "/api/recall-prompts/{recallPrompt}/answer-spelling"
tags: ["recall-prompt-controller"]
---

# POST /api/recall-prompts/{recallPrompt}/answer-spelling

`POST /api/recall-prompts/{recallPrompt}/answer-spelling`

## Path parameters

- `recallPrompt` integer, required

## Request body

- AnswerSpellingDTO
  - `spellingAnswer` string
  - `thinkingTimeMs` integer
  - `awayMs` integer
  - `awayCount` integer
  - `detourMs` integer
  - `detourCount` integer
  - `idleMs` integer

## Response `200`

OK

## Changes

- **2026-08-27** `c2237c023ffd` — 5 info
  - added the new optional request property `awayCount`
  - added the new optional request property `awayMs`
  - added the new optional request property `detourCount`
  - added the new optional request property `detourMs`
  - …1 more
- **2026-08-26** `7a8ece7a88fe` — 5 info
  - added the optional property `answer/awayCount` to the response with the `200` status
  - added the optional property `answer/awayMs` to the response with the `200` status
  - added the optional property `answer/detourCount` to the response with the `200` status
  - added the optional property `answer/detourMs` to the response with the `200` status
  - …1 more
- **2026-08-17** `7ff1733db39f` — 1 breaking
  - the response property `answer/correct` became optional for the status `200`
- **2026-08-15** `9c5f3700ef20` — 1 breaking, 2 info
  - removed the required property `mcq/multipleChoicesQuestion` from the response with the `200` status
  - added the required property `mcq/questionStem` to the response with the `200` status
  - added the required property `mcq/responseChoices` to the response with the `200` status
- **2026-08-15** `5e782bc216ed` — 1 warning, 1 info
  - removed the optional property `predefinedQuestion` from the response with the `200` status
  - added the optional property `mcq` to the response with the `200` status

[Full history](https://skmtc.dev/nerds-odd-e/apis/openapi-definition/changes/api/recall-prompts/:recallPrompt/answer-spelling/post.md)

---

[API](https://skmtc.dev/nerds-odd-e/apis/openapi-definition.md) · [All operations](https://skmtc.dev/nerds-odd-e/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nerds-odd-e/openapi-definition/revisions/44ef688a3dcd/schema)
