> For the complete documentation index, see [llms.txt](https://docs.compliance.phalcon.blocksec.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.compliance.phalcon.blocksec.com/zh-hant/api-documentation/introduction/authentication.md).

# 身份驗證

Phalcon Compliance APP 的 REST API 使用 API 金鑰進行安全身份驗證。請妥善保管您的 API 金鑰以保護您的資料。

### 取得 API 金鑰

在您的專案工作區中，導航至 ***System -> API***，然後點擊 ***Generate Key*** 以建立金鑰。每個專案最多支援 3 個有效金鑰，所有 API 呼叫都將計入您專案的使用額度。

### 使用 API 金鑰

在 HTTP 請求標頭中包含您的 API 金鑰以驗證 API 請求：

**請求標頭格式**

* Key: api-key
* Value: your API key
