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