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": []
  }
]