Sign in

Add bookmark

documented

Add a new bookmark with URL and description; supports optional extended notes, tags, datestamp, replace flag, privacy, and to-read state.

GET /v1/posts/addPostsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.ln.ht/v1/posts/add?title={{$title}}&description={{$description}}&url={{$url}}&tags={{$tags}}&_format={{$format}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"