Fetch Root Collection
Collection Endpoints
Fetch Root Collection
Get or create the current user’s root collection
GET
Fetch Root Collection
Returns the root collection for the authenticated user. If no root collection exists yet, one is created automatically with the nameDocumentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
"root".
Response
Returns a Collection object withparentId: null and isRoot: true.
This endpoint is the entry point for the collections system. Call it once on load to initialize the user’s collection tree. Sub-collections are fetched separately via the sub-collections endpoint.
Error Responses
Server Error — 500
Server Error — 500

