API Reference
Log In
API Reference

Perform hybrid search on a table.

Permissions: organization.MEMBER OR project.MEMBER.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
enum
required

Table type.

Allowed:
Body Params
string
required

Table name or ID.

string
required
length ≥ 1

Query for full-text-search (FTS) and vector search. Must not be empty.

integer
≤ 1000
Defaults to 100

Optional. Min 1, max 1000. Number of rows to return.

string
Defaults to cosine

Optional. Vector search similarity metric. Defaults to "cosine".

integer
Defaults to 0

Optional. Number of decimals for float values. Defaults to 0 (no rounding).

integer
Defaults to 0

Optional. Number of decimals for vectors. If its negative, exclude vector columns. Defaults to 0 (no rounding).

Reranking model to use for hybrid search.

Headers
string
required

User PAT or service key.

string

User ID. Can be omitted if PAT is used as token.

string

Project ID. Can be omitted if PAT is used as token.

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json