Skip to main content
POST

Request Body

string
required
Search query text
string
required
Project ID to search within
number
default:5
Maximum number of results to return
number
Minimum similarity score threshold (0-1)
string
Search algorithm type
  • semantic - Pure vector similarity search
  • mrr - Maximal Marginal Relevance (diverse results)
  • hybrid - Combines semantic and keyword search
number
Balance between semantic and keyword search in hybrid mode (0-1)
  • 0 = Pure keyword search
  • 1 = Pure semantic search
  • 0.5 = Equal weight (default)

Response

boolean
Whether the search was successful
array
Array of matching document chunks
string
Status message or error details