> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pyqdeck.in/llms.txt
> Use this file to discover all available pages before exploring further.

# Bookmarks API

> Endpoints for managing user bookmarks

## Overview

Manage saved questions, papers, and solutions.

## Endpoints

### List Bookmarks

`GET /bookmarks`

* **Auth**: Required

### Toggle Bookmark

`POST /bookmarks/toggle`

* **Auth**: Required
* **Body**: `{ "targetId": "...", "targetType": "Question" | "Paper" | "Solution" }`
