Skip to Content
API ReferenceAttemptPOST /chat_response

POST /attempt/chat_response

Chat Response

Submit a video question response.

Request Body (AttemptResponsePayload)

FieldTypeRequiredDescription
chat_idstringYesUUID of the chat
question_idstringYesUUID of the question being answered
option_idsstring[]YesList of selected option UUIDs
idempotency_keystringNoIdempotency key — replays the prior call; on the ack, the server-minted soft key to activate/reject the staged response
softbooleanNoStage the response dormant (active=False); accept activates it
acceptbooleanNoAck: True activates the staged response, False rejects. Only meaningful with idempotency_key

Response (ResponseAttemptApiResponse)

FieldTypeRequiredDescription
successbooleanYes
messagestringNo
is_correctbooleanNo
response_idstringNo
idempotency_keystringNo
Last updated on