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>" ] }
Creates a new question
Documentation IndexFetch the complete documentation index at: https://docs.quikquery.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.quikquery.io/llms.txt
Use this file to discover all available pages before exploring further.
Question object that needs to be added to the store
The question
The doc group of the question
Question response