> 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/ja/api-documentation/introduction/authentication.md).

# 認証

Phalcon Compliance APPのREST APIはAPI キーを使用してセキュアな認証を行います。データを保護するため、API キーは安全に保管してください。

### API キーの取得

プロジェクトワークスペースで、***System -> API*** に移動し、***Generate Key*** をクリックして キーを作成します。各プロジェクトは最大3つのアクティブなキーをサポートしており、すべてのAPI呼び出しはプロジェクトの使用量クォータにカウントされます。

### API キーの使用

HTTP リクエストヘッダーにAPI キーを含めることで、API リクエストを認証します：

**Request Header Format**

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