Documentation Index
Fetch the complete documentation index at: https://mintlify.com/sam-shervin/space7/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Returns a list of spaces recommended for the currently authenticated user. Only public spaces are returned. Recommendations are based on the user’s activity and preferences.Endpoint
Requires authentication. Include a Bearer token in the
Authorization header.Request
Query parameters
Maximum number of spaces to return. Defaults to
10.Response
Returns an array ofSpace objects. Only public spaces are included.
Unique identifier for the space.
Display title of the space.
Short description of the space.
Visibility of the space. Always
"public" for results from this endpoint.The user who created the space.
Number of participants currently in the space.
Tags associated with the space.
Example
TypeScript
