Overview
Search for spaces using a text query or a tag. Both endpoints are public and do not require authentication. Only public spaces appear in results. TheSearchAPI function combines both search strategies — it runs a tag search and a full-text search in parallel and returns results separately, filtered to only public spaces.
Endpoints
Full-text search
Tag search
No authentication required. Both endpoints are public.
Request
Full-text search — query parameters
The search query string. URL-encoded automatically when using
SearchAPI.Tag search — path parameters
The tag name to filter spaces by.
Response
Both endpoints return an array ofSearchResult objects. SearchAPI returns an object with two arrays.
SearchResult fields
Unique identifier for the space.
Display title of the space.
Short description of the space.
Always
"public" for results returned by these endpoints.The user who created the space.
Number of participants currently in the space.
Tags associated with the space.
SearchAPI response shape
Spaces matching the query via tag search, filtered to public only.
Spaces matching the query via full-text search, filtered to public only.
Example
TypeScript
