POST
/
api
/
v1
/
help
/
ask
Ask
curl --request POST \
  --url https://api.example.com/api/v1/help/ask \
  --header 'Content-Type: application/json' \
  --data '
{
  "question": "<string>"
}
'
{
  "answer": "<string>",
  "citations": [
    {
      "source": "<string>",
      "heading": "<string>"
    }
  ],
  "grounded": true
}

Body

application/json
question
string
required
Required string length: 3 - 2000

Response

Successful Response

answer
string
required
citations
Citation · object[]
required
grounded
boolean
required