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

Documentation Index

Fetch the complete documentation index at: https://docs.quikquery.io/llms.txt

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

Authorizations

api-token
string
header
required

Response

questions response

_id
string
question
string

The question

docGroup
string[]

The doc group of the question