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

# API 연동하기

- [네이버 메일 계정 연결하기](https://batiai.gitbook.io/service/api/navermail.md)
- [기업 메일 계정 연결하기](https://batiai.gitbook.io/service/api/corpmail.md)
- [네이버 검색 API 발급받기](https://batiai.gitbook.io/service/api/naverapi.md)
- [노션 API 통합 발급받고 연결하기](https://batiai.gitbook.io/service/api/notionapi.md)
- [구글 검색 API 발급받기](https://batiai.gitbook.io/service/api/googleapi.md)
- [구글 애널리틱스 연동하기](https://batiai.gitbook.io/service/api/ga.md)
- [솔라피 API 발급받기](https://batiai.gitbook.io/service/api/solapi.md)
- [우체국 API 발급받기](https://batiai.gitbook.io/service/api/post-office.md)
- [다음 검색 API 발급받기](https://batiai.gitbook.io/service/api/daumapi.md)
- [네이버 커머스 API 발급받기](https://batiai.gitbook.io/service/api/naver-commerce.md)
- [쿠팡 API 발급받기](https://batiai.gitbook.io/service/api/coupang.md)
- [11번가 API 발급받기](https://batiai.gitbook.io/service/api/11st.md)
- [AI 서비스별 API Key 발급 가이드](https://batiai.gitbook.io/service/api/ai.md): Chat GPT, Gemini, Anthropic AI 서비스별 API Key 발급 가이드입니다.
- [문자 발신번호 등록 가이드](https://batiai.gitbook.io/service/api/sender_number_regist_guide.md): 센드바티 문자 보내기 서비스 이용을 위한 발신번호 등록 방법을 안내합니다.
- [아임웹 API 발급받고 연동하기](https://batiai.gitbook.io/service/api/imweb-api.md)
- [은행 계정 연결하기](https://batiai.gitbook.io/service/api/bank.md)
- [네이버 검색광고 API 발급받기](https://batiai.gitbook.io/service/api/naver_ads.md)


---

# 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://batiai.gitbook.io/service/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.
