Skip to main content
POST
/
v1
/
questionnaire
/
answer-single
cURL
curl --request POST \
  --url http://localhost:3333/v1/questionnaire/answer-single \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "success": true,
  "data": {
    "questionIndex": 123,
    "question": "<string>",
    "answer": "<string>",
    "sources": [
      {}
    ],
    "error": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://bubbaaiinc-lewis-comp-company-tasks.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json

The body is of type object.

Response

200 - application/json

Generated single answer result

success
boolean
data
object