Skip to main content
GET
Semantic search (GET)

Authorizations

Authorization
string
header
required

API key for authentication

Query Parameters

q
string
required

Natural language search query

types
enum<string>[]

Types to search

Type of object to search for

Available options:
entities,
triples,
graphs
index_id
string<uuid>

Filter results to a specific index

offset
integer
default:0

Number of results to skip for pagination

Required range: x >= 0
limit
integer
default:20

Maximum results per type (default 20, max 100)

threshold
number
default:0.3

Minimum similarity score 0-1 (default 0.3)

Response

Search results

Response from semantic search

success
boolean
data
object

Search results data containing entities, triples, and graphs

count
object

Count of search results by type