---
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

## 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/cyberstrikeus/apis/cyberstrike.md) · [All operations](https://skmtc.net/cyberstrikeus/apis/cyberstrike/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cyberstrikeus/cyberstrike/versions/4e11f1aed2fd/schema)
