---
title: "Start"
method: POST
path: "/voice-interview/start"
tags: ["voice-interview"]
---

# Start

`POST /voice-interview/start`

## Request body

- StartRequest
  - `id` string, required
  - `study` string, nullable

## Response `200`

Successful Response

- StartResponse
  - `signed_url` string, required
  - `completion_code` 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)
