Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url http://api.superwize.ai/api/bookmarks/createGroup \ --header 'Content-Type: application/json' \ --data ' { "name": "Study Notes", "color": "#6366f1" } '
{ "id": "obj_01JHKZ0PV2WX123456789", "name": "Study Notes", "color": "#6366f1", "createdAt": "2026-01-01T00:00:00.000Z", "updatedAt": "2026-01-01T00:00:00.000Z", "_count": { "items": 3 } }
Creates a bookmark group owned by the current user.
1 - 100
^#[0-9a-fA-F]{6}$
Bookmark group created.
Show child attributes