Skip to main content
POST

Authorizations

Authorization
string
header
required

API key for authentication

Body

application/json

Request for semantic search across the knowledge graph

query
string
required

Natural language search query

types
enum<string>[]

Types of objects to search

Type of object to search for

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

Filter results to a specific index

limit
integer
default:20

Maximum results per type

Required range: 1 <= x <= 100
threshold
number
default:0.3

Minimum similarity score (0-1)

Required range: 0 <= x <= 1

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