# 인증

## 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>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://inflab-1.gitbook.io/rallit/before-you-start/authorization.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
