Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Scripting

Scripting lets you quickly add links to Interlink by sending a GET request to Interlink’s API endpoint.

  1. Endpoint
  2. API Key
  3. Supported Parameters

Endpoint

https://app.interlinkhq.com/bookmarks/add.

API Key

  1. Open Interlink and navigate to More > API Key
  2. Copy the API key to pasteboard

Supported Parameters

Parameter Description
url The URL of the link to save. Required.
key Your API key. Required.
title The title of the link to save. Optional.
description The description of the link to save. Optional.
tags The tags of the link to save. Optional, space-separated.
readlater Whether the link should be marked as unread. Optional, defaults to no.
starred Whether the link should be marked as starred. Optional, defaults to no.
replace Whether the link should replace an existing link with the same URL. Optional, defaults to yes.
dt Unix timestamp (in seconds) when the link was saved. Optional, defaults to the current date and time.

Copyright © 2023 Anh Do. All rights reserved.