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

# Set Bookmarks

<RequestExample>
  ```bash cURL theme={null}
  curl --request POST \
      --url <base_url>/bookmarks \
      --header 'Authorization: Bearer AUTH_VALUE' \
      --header 'Content-Type: text/html' \
      --data '@bookmarks.html'
  ```
</RequestExample>

The body needs to be an **HTML file** in the [Netscape Bookmark file format](https://learn.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/platform-apis/aa753582\(v=vs.85\)) exported from a web browser like Chrome or Firefox.

<Warning>
  This request does not *overwrite* existing bookmarks. Instead, it *appends*
  the bookmarks provided in the HTML file to the existing bookmarks.
</Warning>
