> ## Documentation Index
> Fetch the complete documentation index at: https://docs.klipl.ink/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

The KlipLink API lets you manage your links via external applications or code. For example, if you need to create short links for your website everytime you create a new article, you could connect it via the KlipLink API.

## Integrations

<Card title=" Zapier" href="https://zapier.com/apps/kliplink/integrations" cta="Get Started">
  KlipLink supports an integration with Zapier, allowing you to connect to 8000+ apps without writing a single line of code.
</Card>

<Card title="Make (formerly Integromat)" href="https://www.make.com/en/integrations/kliplink" cta="Get Started">
  KlipLink also supports an integration with Make.com, allowing you to connect to 3000+ apps without writing a single line of code.
</Card>

# Endpoints

Our API allows you to connect to a number of different endpoints to manage and update your links, enabling integrations with other platforms and services, along with custom solutions.

## Reading Data

<Card title="[GET] Get Link" icon="magnifying-glass" href="links/get-a-link">
  Looks up a single link from your account
</Card>

<Card title="[GET] Get Links" icon="magnifying-glass-waveform" href="links/get-all-links">
  Retrieve a list of all links for the authenticated user.
</Card>

<Card title="[GET] Get Domains" icon="globe" href="domains/get-all-domains">
  Get a list of the user's current domains.
</Card>

## Link Actions

<Card title="[POST] Create Link" icon="plus" href="links/create-link">
  Create a new short link.
</Card>

<Card title="[PUT] Edit Link" icon="pen" href="links/edit-link">
  Update an existing short link.
</Card>

<Card title="[DELETE] Delete Link" icon="trash-can" href="links/delete-link">
  Deletes a link permanently from your account
</Card>
