# API Guide

## 한국어

- [시작하기](https://docs.dfinery.ai/api-guide/readme.md)
- [API](https://docs.dfinery.ai/api-guide/api.md)
- [Import API](https://docs.dfinery.ai/api-guide/api/import-api.md)
- [Event](https://docs.dfinery.ai/api-guide/api/import-api/event-api.md)
- [POST: 이벤트 적재](https://docs.dfinery.ai/api-guide/api/import-api/event-api/post.md)
- [Identity](https://docs.dfinery.ai/api-guide/api/import-api/identity-api.md)
- [POST: 통합 프로필 생성 및 업데이트](https://docs.dfinery.ai/api-guide/api/import-api/identity-api/post.md)
- [POST: 통합 프로필 삭제](https://docs.dfinery.ai/api-guide/api/import-api/identity-api/post-1.md)
- [Profile](https://docs.dfinery.ai/api-guide/api/import-api/profile.md)
- [시작하기](https://docs.dfinery.ai/api-guide/api/import-api/profile/undefined.md)
- [POST: 유저 속성 생성 및 업데이트](https://docs.dfinery.ai/api-guide/api/import-api/profile/post.md)
- [POST: 다수의 유저 속성 생성 및 업데이트](https://docs.dfinery.ai/api-guide/api/import-api/profile/post-1.md)
- [상세 응답](https://docs.dfinery.ai/api-guide/api/import-api/response.md)
- [Export API](https://docs.dfinery.ai/api-guide/api/export-api.md)
- [Export](https://docs.dfinery.ai/api-guide/api/export-api/export.md)
- [POST: 이벤트 추출](https://docs.dfinery.ai/api-guide/api/export-api/export/post.md)
- [POST: 리포트 추출](https://docs.dfinery.ai/api-guide/api/export-api/export/post-1.md)
- [POST: 유저 프로필 추출](https://docs.dfinery.ai/api-guide/api/export-api/export/post-1-1.md)
- [상세 응답](https://docs.dfinery.ai/api-guide/api/export-api/response.md)
- [데이터 타입](https://docs.dfinery.ai/api-guide/undefined.md)
- [인증](https://docs.dfinery.ai/api-guide/authentication.md)
- [요청 제한](https://docs.dfinery.ai/api-guide/rate-limit.md)
- [모범 사례](https://docs.dfinery.ai/api-guide/undefined-1.md)

## English

- [Get started](https://docs.dfinery.ai/api-guide/en/readme.md)
- [API](https://docs.dfinery.ai/api-guide/en/api.md)
- [Import API](https://docs.dfinery.ai/api-guide/en/api/import-api.md)
- [Event](https://docs.dfinery.ai/api-guide/en/api/import-api/event-api.md)
- [POST: Loading an event](https://docs.dfinery.ai/api-guide/en/api/import-api/event-api/post.md)
- [Identity](https://docs.dfinery.ai/api-guide/en/api/import-api/identity-api.md)
- [POST: Create and update a unified profile](https://docs.dfinery.ai/api-guide/en/api/import-api/identity-api/post.md)
- [Profile](https://docs.dfinery.ai/api-guide/en/api/import-api/profile.md)
- [Get started](https://docs.dfinery.ai/api-guide/en/api/import-api/profile/undefined.md)
- [POST: Create and update user properties](https://docs.dfinery.ai/api-guide/en/api/import-api/profile/post.md)
- [POST: 다수의 유저 속성 생성 및 업데이트](https://docs.dfinery.ai/api-guide/en/api/import-api/profile/post-1.md)
- [Detailed response](https://docs.dfinery.ai/api-guide/en/api/import-api/response.md)
- [Export API](https://docs.dfinery.ai/api-guide/en/api/export-api.md)
- [Export](https://docs.dfinery.ai/api-guide/en/api/export-api/export.md)
- [POST: Extracting an event](https://docs.dfinery.ai/api-guide/en/api/export-api/export/post.md)
- [POST: Extracting an report](https://docs.dfinery.ai/api-guide/en/api/export-api/export/post-1.md)
- [POST: Extract user profile](https://docs.dfinery.ai/api-guide/en/api/export-api/export/post-1-1.md)
- [Detailed response](https://docs.dfinery.ai/api-guide/en/api/export-api/response.md)
- [Data Type](https://docs.dfinery.ai/api-guide/en/undefined.md)
- [Certification](https://docs.dfinery.ai/api-guide/en/authentication.md)
- [Request Limit](https://docs.dfinery.ai/api-guide/en/rate-limit.md)
- [Best Practices](https://docs.dfinery.ai/api-guide/en/undefined-1.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.dfinery.ai/api-guide/readme.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.
