> For the complete documentation index, see [llms.txt](https://kakaobusiness.gitbook.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kakaobusiness.gitbook.io/main/tool/for-biz/tools/api.md).

# 오픈API

## 선물하기 for Biz 오픈 API

선물하기 for Biz의 “오픈API”를 활용하면 원하시는 조건과 시에 맞추어 즉시 선물 발송이 가능합니다. \
다양한 API 템플릿을 통해 실시간으로 선물을 발송해보세요.\
(\* 현재는 모바일 교환권만 API 연동이 가능합니다.)

## 주요 기능 및 안내

### 1-1. API 인증키 발급&#x20;

* API 인증키는 \[마이비즈메뉴] > \[그룹 정보 관리]에서 발급할 수 있어요.
* 마스터 권한만 인증키를 발급할 수 있어요.

![](/files/TSFDXFV3o1NhsoAhdORB)

### 1-2. 다양 상품들의 API 템플릿 활용&#x20;

* 실시간 선물 발송에 사용할 다양한 상품API 템플릿 생성&#x20;
* 템플릿 별 발송 기간/발송수량/캐시사용금액확인&#x20;
* 템플릿 별 발송 내역 및 거래명세서 확인

![](/files/EoUGxqV2VIxpvhmZfNia)

[API 문서 보러가기 >](https://giftbiz-kakao.readme.io/docs)&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://kakaobusiness.gitbook.io/main/tool/for-biz/tools/api.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
