Skip to content

Search public URLs, roadmap, and changelog knowledge for the widget​

POST
/widget/knowledge/search

Authorizations​

BearerAuth

JWT token from login

Type
HTTP (bearer)
or
AccessToken

Personal access token. Value: Token <your-token>

Type
API Key (header: Authorization)

Request Body​

application/json
JSON
{
  
"query": "string",
  
"limit": 10
}

Responses​

OK

application/json
JSON
{
  
"query": "string",
  
"intent": "string",
  
"items": [
  
],
  
"evidence": [
  
],
  
"background": [
  
],
  
"has_answer_evidence": true,
  
"sources": {
  
}
}

Playground​

Authorization
Body

Samples​

Powered by VitePress OpenAPI