Skip to main content
POST
Save Bookmark
The one endpoint personal API tokens authenticate — the write-only capture path used by the iOS share-sheet Shortcut. The saved page becomes a bookmark-backed note: searchable (full-text and semantic), taggable, and connected like everything else in your workspace.
string
required
The page URL. Must start with http:// or https:// — anything else is rejected with 422.
string
Page title. Optional; Dexi falls back to the URL when absent.
string
Selected text to save with the page — appended to the note body.
boolean
default:"false"
Explicitly request append behavior when the URL is already saved.
Saving a new URL creates a bookmark and its note. Saving a URL already in your workspace doesn’t duplicate it — the existing note is reused, and any selection is appended to it (so repeatedly sharing the same article accumulates your highlights on one note).
Example request
Example response
icon is null until the favicon fetch completes in the background.

Errors

402 response

iOS Shortcut

The share-sheet Shortcut is a single Get Contents of URL action posting this shape with your token in the Authorization header. Step-by-step setup: Automate capture with API tokens.