Skip to main content
POST
Search Users
Performs vector-similarity search over user profiles in the project using AI embeddings. Returns the most semantically relevant user profiles for the given query. Requires a paid plan with semantic search enabled.

Body Parameters

query
string
required
The natural language search query (e.g., a name, username, bio text, or description).
limit
number
default:"20"
Maximum number of users to return. Maximum 50.

Response

Returns an array of result objects ordered by similarity:

Error Responses