v38

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-1793196344.2 KB
entities

Search Entities

Semantic search over entities by cosine similarity to the query embedding.

POST (not GET) because vectors don't fit nicely in querystrings — and we may want to extend the request body with filters later.

post/entities/search

Request body

querystring required
typestring nullable
limitinteger

Response

Successful Response