Skip to main content
POST
/
questions
cURL
curl --request POST \
  --url https://www.quikquery.io/api/v1/questions \
  --header 'Content-Type: application/json' \
  --header 'api-token: <api-key>' \
  --data '
{
  "question": "<string>",
  "_id": "<string>",
  "docGroup": [
    "<string>"
  ]
}
'
{
  "_id": "<string>",
  "question": "<string>",
  "docGroup": [
    "<string>"
  ]
}

Authorizations

api-token
string
header
required

Body

application/json

Question object that needs to be added to the store

question
string
required

The question The question

_id
string
docGroup
string[]

The doc group of the question The doc group of the question

Response

Question response

_id
string
question
string

The question

docGroup
string[]

The doc group of the question