> For the complete documentation index, see [llms.txt](https://docs.salesmap.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.salesmap.kr/developers/api-reference.md).

# API 레퍼런스

세일즈맵 API Reference는 세일즈맵 제품군을 외부 시스템과 연동하기 위한 API 문서입니다.

문서는 공통 계약과 제품별 엔드포인트를 분리해서 제공합니다.

## 공통

아래 내용은 CRM API와 SeA API에 공통으로 적용됩니다.

* [인증](/developers/api-reference/undefined/authentication.md)
* [Base URL 및 버전](/developers/api-reference/undefined/api-endpoints.md)
* [Rate limiting](/developers/api-reference/undefined/rate-limiting.md)

## 제품별 엔드포인트

* [CRM](/developers/api-reference/crm.md): 고객, 회사, 리드, 딜, 노트, 파일, 커스텀 오브젝트 등 CRM 데이터 연동 API
* [SeA (AI SDR)](/developers/api-reference/sea.md): AI SDR 위젯, 대화, 리드 수집, 지식 소스 등 SeA 연동 API

새로운 엔드포인트를 추가할 때는 먼저 공통 계약에 해당하는지, 특정 제품 도메인에 속하는지 확인한 뒤 적절한 섹션 아래에 배치합니다.


---

# 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://docs.salesmap.kr/developers/api-reference.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.
