cURL
curl --request POST \ --url https://www.quikquery.io/api/v1/doc-groups/{id}/docs \ --header 'Content-Type: application/json' \ --header 'api-token: <api-key>' \ --data ' { "title": "<string>", "content": "<string>", "_id": "<string>" } '
{ "title": "<string>", "content": "<string>", "_id": "<string>" }
Creates a new doc
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.
Doc object that needs to be added to the store
The title of the document
The content of the document
Doc response