Search
POST
/
search
/
text
Headers
Authorization
string | null
index-id
string | null
filter by organization
Body
application/json
collection_ids
string[]
requiredList of Collection IDs to search within, required
query
string
requiredmodel_id
enum<string> | null
default: multimodal-v1Embedding model to use
Available options:
vuse-generic-v1
, multimodal-v1
, image-embed-v1
filters
object | null
Complex nested query filters
group_by
object | null
Grouping options for search results
sort
object[] | null
List of fields to sort by, with direction (asc or desc)
select
string[] | null
List of fields to return in results, supports dot notation. If None, all fields are returned.
Response
200 - application/json
The response is of type object
.
Was this page helpful?