Search through all files in data folders shared with the API Key
Description
Example (cURL)
curl --request POST \
--url https://api.langdock.com/knowledge/search \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
{
"query": "API Documentation"
}
'
