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

# Introduction

> Welcome to the Linkryse API documentation.

<img className="block dark:hidden mb-8" src="https://mintcdn.com/linkryse/yPaoy2ApxRqfiEDW/images/hero-light.png?fit=max&auto=format&n=yPaoy2ApxRqfiEDW&q=85&s=1b6275c37c026161adef3d75d8d43658" alt="Linkryse API" width="2064" height="1104" data-path="images/hero-light.png" />

<img className="hidden dark:block mb-8" src="https://mintcdn.com/linkryse/yPaoy2ApxRqfiEDW/images/hero-dark.png?fit=max&auto=format&n=yPaoy2ApxRqfiEDW&q=85&s=7f90036b5eda9fdba9bd26327615526a" alt="Linkryse API" width="2064" height="1104" data-path="images/hero-dark.png" />

Linkryse is the modern link management infrastructure for marketing teams. We help you create, track, and optimize every click.

Our API allows you to build powerful integrations, programmatically create short links, and retrieve granular analytics data.

## Base URL

The Linkryse API is built on REST principles and is served over HTTPS. To ensure data privacy, unencrypted HTTP is not supported.

The Base URL for all API endpoints is:

```bash theme={null}
https://linkryse.com/v1
```

## Getting Started

To start using the API, you'll need an API Key. You can generate one from your [Linkryse Dashboard](https://linkryse.com/dashboard/settings/api-keys).

<CardGroup cols={2}>
  <Card title="Authentication" icon="lock" href="/introduction/authentication">
    Learn how to authenticate your API requests.
  </Card>

  <Card title="Create a Link" icon="link" href="/api-reference/links/create">
    Programmatically create your first short link.
  </Card>
</CardGroup>
