Skip to main content
POST
Search

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
query
string
required
Required string length: 1 - 1000
workspace_id
string<uuid>
required
modes
string[]

Search modes: web, context, meeting

vault_ids
string<uuid>[] | null
project_id
string<uuid> | null
top_k
integer
default:5
Required range: 1 <= x <= 20
generate_answer
boolean
default:true

Response

Successful Response

answer
string | null
web_results
WebResult · object[]
context_chunks
ContextChunk · object[]
sources
SourceItem · object[]
modes_used
string[]