Search
Search Features By Text
POST
/
features
/
search
/
text
Headers
Authorization
string | null
index-id
string | null
filter by organization
Query Parameters
offset_position
integer | null
The position to start returning results from. Used for pagination. Does not work with group_by
page_size
integer
default: 10Number of results to return per page.
Body
application/json
model_id
enum<string> | null
default: multimodal-v1Embedding model to use
Available options:
vuse-generic-v1
, multimodal-v1
, image-embed-v1
collection_ids
string[]
requiredList of Collection IDs to search within, required
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). Supports dot notation for nested fields.
select
string[] | null
List of fields to return in results, supports dot notation. If None, all fields are returned.
search_type
enum<string>
default: semanticType of search to perform
Available options:
semantic
, fulltext
query
string | null
Text query for the search
Response
200 - application/json
The response is of type object
.
Was this page helpful?