Search Entities
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
Search Entities
Authorizations
API Key or JWT User Token. If using an API Key, set the X-As-User header to act as a specific user. A JWT User Token is always scoped to a specific user.
Body
application/json
Response
Successful Response