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 '{
  "_id": "<string>",
  "question": "<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

The body is of type object.

Response

200
application/json

Question response

The response is of type object.