---
title: "Submit Answers"
method: POST
path: "/voice-interview/answers"
tags: ["voice-interview"]
---

# Submit Answers

`POST /voice-interview/answers`

## Request body

- SubmitAnswersRequest
  - `answers` object, required
  - `study` string, nullable
  - `prolific_pid` string, nullable
  - `study_id` string, nullable
  - `session_id` string, nullable

## Response `200`

Successful Response

- SubmitAnswersResponse
  - `id` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/useauxos/apis/auxos.md) · [All operations](https://skmtc.dev/useauxos/apis/auxos/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/useauxos/auxos/revisions/2f853c0b59f4/schema)
