> For the complete documentation index, see [llms.txt](https://inflab-1.gitbook.io/rallit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://inflab-1.gitbook.io/rallit/before-you-start/authorization.md).

# 인증

## API 키 인증

랠릿 API를 사용하기 위해 API 키를 통한 Basic 인증을 진행합니다.

* API 키는 랠릿에서 사전 제공해 드리며 개발 및 운영 키 별도로 구분됩니다.
* 매 API 요청마다 API 키를 Basic 인증 헤더에 포함시켜야 합니다.
* Basic 인증 방식은 아래와 같은 형식처럼 랠릿에서 제공한 API 키를 **Base64로 인코딩후** **`Basic` 문자열과 함께** 전달합니다.

```bash
Authorization: Basic base64({API_KEY})
```

***

&#x20;추가적인 문의 사항이 있나요?  :point\_right:  [랠릿 1:1 문의하기](https://inflearn.typeform.com/rallit-cs)

<br>
