---
title: "Answer one questionnaire question"
method: POST
path: "/v1/questionnaire/answer-single"
tags: ["Questionnaire"]
---

# Answer one questionnaire question

`POST /v1/questionnaire/answer-single`

Generate an answer for one security questionnaire item using the organization evidence library and return source references for review.

## Request body

- AnswerSingleQuestionDto

## Response `200`

Generated single answer result

- object
  - `success` boolean
  - `data` object
    - `questionIndex` number
    - `question` string
    - `answer` string, nullable
    - `sources` object[]
    - `error` string, nullable

---

[API](https://skmtc.dev/trycompai/apis/comp-ai-api.md) · [All operations](https://skmtc.dev/trycompai/apis/comp-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/trycompai/comp-ai-api/revisions/aeefe4f00ad8/schema)
