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

# 介绍

> 介绍叠镜提供的 API 访问方法和身份验证策略。

## 基础信息

叠镜 API 基于 REST 原则构建。我们在每个请求中强制执行 HTTPS，以提高数据安全性、完整性和隐私性。该 API 不支持 HTTP。

所有 API 请求基于如下的域名：

```
https://api.duplik.cn
```

## 身份验证

要进行身份验证，您需要添加一个带有头部内容的授权头部，其中 447460\*\*\*\*09c9 是您的 API 密钥。

```
Authorization: Bearer 447460****09c9
```

<Tip>密钥通过登录工作台访问 [密钥管理](/manual/auth) 功能获得。</Tip>
