# API 참조

API를 인증하려면 [OAuth2](/ko/undefined-1/integration-options/authorizing-rememberizer-apps.md) 또는 [API 키](/ko/undefined-1/integration-options/registering-and-using-api-keys.md)를 사용할 수 있습니다. OAuth2는 애플리케이션이 시스템 내의 특정 문서에 안전하게 접근할 수 있도록 하는 표준 인증 프레임워크입니다. 반면, API 키는 OAuth2 인증 프로세스를 거치지 않고도 공통 지식 기반에서 문서를 검색할 수 있는 더 간단한 방법을 제공합니다.

## API 개요

Rememberizer는 문서, 벡터 저장소, 기념물 등과 작업하기 위한 포괄적인 API 세트를 제공합니다. API는 다음과 같은 범주로 구성되어 있습니다:

### 인증 API

* 회원가입, 로그인, 이메일 인증
* 비밀번호 재설정
* OAuth 엔드포인트 (구글, 마이크로소프트)
* 토큰 관리 및 로그아웃

### 사용자 API

* 사용자 프로필 및 계정 정보
* 사용자 온보딩

### 문서 API

* 문서 목록, 생성 및 업데이트
* 문서 처리
* 배치 문서 작업

### 검색 API

* 기본 검색
* 에이전틱 검색
* 배치 검색 작업

### 메멘토 API

* 메멘토 생성, 목록, 업데이트 및 삭제
* 메멘토 문서 관리

### 벡터 저장소 API

* 벡터 저장소 생성 및 목록
* 텍스트 및 파일 문서 업로드
* 벡터 저장소 검색
* 배치 업로드 및 검색

### 통합 API

* 통합 목록
* OAuth 통합 엔드포인트 (Google Drive, Gmail, Slack, Dropbox)

### 애플리케이션 API

* 애플리케이션 목록 및 생성

### 공통 지식 API

* 공통 지식 항목 나열 및 생성

### 팀 API

* 팀 관리
* 팀 구성원
* 역할 기반 권한

엔터프라이즈 통합 패턴, 보안 고려 사항 및 아키텍처 모범 사례에 대한 내용은 [엔터프라이즈 통합 패턴](/ko/undefined-1/enterprise-integration/enterprise-integration-patterns.md) 가이드를 참조하세요.

## 기본 URL

모든 API 엔드포인트는 다음을 기준으로 합니다:

```
https://api.rememberizer.ai/api/v1/
```

## 인증

엔드포인트는 다음 중 하나를 사용하여 인증이 필요합니다:

* JWT 토큰 (Authorization 헤더 또는 쿠키에 전달)
* API 키 (x-api-key 헤더에 전달)

특정 엔드포인트에 대한 자세한 정보는 개별 API 문서 페이지를 참조하십시오.


---

# 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://docs.rememberizer.ai/ko/undefined-1/api-docs.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.
