Skip to main content
POST
Retrieve Live Data and Document information

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Body

query
string
required

Search query

Minimum string length: 1
Example:

"What is the listing with the highest taxe rate?"

userId
object
projectId
string | null

Project identifier to search knowledge within

Example:

"project_abc"

type
string | null

Type of knowledge to search for

Example:

"listing,document"

chatHistory
object[] | null

Response

OK

content
string | null
type
string | null
tags
string[] | null
metadata
string | null
createdAt
string<date-time>