Linkhut integration (Productivity). Imported from open-connector.
https://api.ln.ht/v1/posts/add
| Param | Type | Required | Description |
|---|---|---|---|
| url | string | required | The bookmark URL. |
| description | string | required | The bookmark title or description. |
| tags | string | optional | The tags string to store for the bookmark. |
| shared | boolean | optional | Whether the bookmark should be public. |
| toread | boolean | optional | Whether the bookmark should be marked as unread. |
| extended | string | optional | The optional extended note for the bookmark. |
/posts/add
| Param | Type | Required | Description |
|---|---|---|---|
| url | string | required | The bookmark URL. |
| description | string | required | The bookmark title or description. |
| tags | string | optional | The tags string to store for the bookmark. |
| shared | boolean | optional | Whether the bookmark should be public. |
| toread | boolean | optional | Whether the bookmark should be marked as unread. |
| extended | string | optional | The optional extended note for the bookmark. |
/posts/delete
| Param | Type | Required | Description |
|---|---|---|---|
| url | string | optional | The bookmark URL to delete. |
/posts/get
| Param | Type | Required | Description |
|---|---|---|---|
| dt | string | optional | The ISO 8601 UTC timestamp used to filter bookmarks by date. |
| tag | string | optional | The tag filter string. Multiple tags can be separated by spaces. |
| url | string | optional | The exact bookmarked URL to fetch. |
| meta | boolean | optional | Whether Linkhut should include metadata in the response. |
/tags/get