---
title: "Reply to question request"
method: POST
path: "/question/{requestID}/reply"
---

# Reply to question request

`POST /question/{requestID}/reply`

Provide answers to a question request from the AI assistant.

## Path parameters

- `requestID` string, required

## Query parameters

- `directory` string
- `workspace` string

## Request body

- object
  - `answers` QuestionAnswer[], required — User answers in order of questions (each answer is an array of selected labels)
    - string[]

## Response `200`

Question answered successfully

- boolean

## Other responses

- `400` — Bad request
- `404` — Not found

---

[API](https://skmtc.net/kaaass/apis/opencode.md) · [All operations](https://skmtc.net/kaaass/apis/opencode/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kaaass/opencode/versions/8bb9a15bd144/schema)
