Linkhut

Learn how to use Linkhut with Composio

Overview

Enum

LINKHUT

Description

Linkhut is a platform that allows users to save, organize, and share links.

Authentication Details

client_id
stringRequired
client_secret
stringRequired
oauth_redirect_uri
stringDefaults to https://backend.composio.dev/api/v1/auth-apps/add
scopes
stringDefaults to posts:read,posts:write,tags:read,tags:write
base_url
stringDefaults to https://api.ln.ht/v1

Actions

Retrieves a list of all tags and their usage counts for the authenticated user. no additional parameters required besides authentication.

Action Parameters

Action Response

data
object
successful
boolean
error

Adds a new bookmark to linkhut. the bookmark can be marked as private/public and read/unread, with optional tags and notes.

Action Parameters

url
stringRequired
description
stringRequired
extended
string
tags
string
shared
booleanDefaults to True
toread
boolean

Action Response

data
object
successful
boolean
error