# 우체국 API 발급받기

## 우편번호조회 API 발급받기

1. 우체국 OPEN API 발급 사이트에 접속합니다.\
   [https://biz.epost.go.kr](https://biz.epost.go.kr/)<br>

   <figure><img src="/files/cCPSD7C1L03eD0poNmBL" alt=""><figcaption></figcaption></figure>
2. 오픈API 사용신청 페이지로 이동하고 우편번호조회 영역에서 이미지 인증을 진행합니다.<br>

   <figure><img src="/files/aN3FD2LhTuiVYM6XGI7G" alt=""><figcaption></figcaption></figure>
3. 인증키가 생성됩니다.

***

## 우체국 API 연동하기

<figure><img src="/files/0zT9Gih1ANKNTZpApeW0" alt=""><figcaption></figcaption></figure>

* 별칭 : 계정을 구분할 수 있는 별칭을 자유롭게 입력해 주세요.
* 인증키 : 3단계에서 생성된 인증키를 입력해 주세요.


---

# 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://guide.bati.ai/service/api/post-office.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.
