English
cURL
curl --request POST \ --url https://api.langdock.com/knowledge/search \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "query": "API Documentation" } '
API key as Bearer token. Format "Bearer YOUR_API_KEY"
The search query
"API Documentation"
Successfully found search result
Was this page helpful?