POST
/
knowledge
/
search
curl --request POST \
  --url https://api.langdock.com/knowledge/search \
  --header 'Content-Type: application/json' \
  --data '{
  "query": "API Documentation"
}'

Body

application/json
query
string
required

The search query

Example:

"API Documentation"

Response

200

Successfully found search result