Deprecated
AI-powered chat search (legacy)
POST
/chat/search
Deprecated. Use POST /chat instead.
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", "stream": true
{
}
Responses
OK (JSON or SSE stream)
application/json
JSON "answer": "string"
{
}