Skip to main content
POST
Search Spaces
Performs vector-similarity search over spaces in the project using AI embeddings. Returns the most semantically relevant spaces for the given query. Requires a paid plan with semantic search enabled.
Only public spaces are returned. Spaces with visibility of "unlisted" or "private" are never surfaced in search results for non-members. Hidden spaces stay indexed but filtered out, so re-listing a space (setting it back to "public") makes it searchable again immediately with no rebuild. See Space visibility.

Body Parameters

query
string
required
The natural language search query (e.g., a topic, name, or description).
limit
number
default:"10"
Maximum number of spaces to return. Maximum 50.

Response

Returns an array of result objects ordered by similarity:

Error Responses