> 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/ko-kr/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
