Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
useFetchSpaceByShortId returns a callable function that fetches a space using its shortId. The shortId is a compact, URL-safe identifier generated automatically when a space is created.
Usage Example
Parameters
The short identifier of the space.
Optional. Pass
"files" to include avatar and banner file objects.Returns
Returns a SpaceDetailed object. For most use cases, preferSpaceProvider shortId prop over calling this hook directly.
