Save Bookmark
Capture
Save Bookmark
Save a page into your Dexi workspace
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.
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
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.
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 theAuthorization header. Step-by-step setup: Automate capture with API tokens.