Skip to main content

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.

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

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.
"security": [
  {
    "ApiKeyAuth": []
  }
]