POST
/
search
/
text

Headers

Authorization
string | null
index-id
string | null

filter by organization

Body

application/json
collection_ids
string[]
required

List of Collection IDs to search within, required

query
string
required
model_id
enum<string> | null
default: multimodal-v1

Embedding 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?