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

Headers

Authorization
string
required

API key as Bearer token. Format "Bearer YOUR_API_KEY"

Body

application/json
query
string
required

The search query

Example:

"API Documentation"

Response

200

Successfully found search result