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

# Directt.to API Documentation

> Documentation for the Dynamic Links API.

<Note>
  This page provides an overview of the Dynamic Links API, which allows for
  creating and retrieving shortened links.
</Note>

## Welcome

This API allows you to create and manage shortened links for various projects. The API is defined using the OpenAPI specification.

## Authentication

All API endpoints require authentication using an API key. Include the API key in the `x-api-key` header of your requests. The security scheme is detailed in the OpenAPI specification.

```json theme={null}
"security": [
  {
    "ApiKeyAuth": []
  }
]
```
