ClovaNote API

ClovaNote API로 노트를 조회할 수 있다.

ClovaNote API를 호출하려면 구성원 계정으로 인증하여 얻은 Access Token이 필요하다. 서비스 계정으로 인증하여 얻은 Access Token으로는 API를 호출할 수 없다.
API scope는 ainote, ainote.read이다.

내 노트 관리 {#manage-note}

다음 API로 노트를 관리할 수 있다.

HTTP RequestDescription
GET /users/{userId}/ainote/notes내 노트 목록 조회
GET /users/{userId}/ainote/notes/{noteId}내 노트 상세 조회
DELETE /users/{userId}/ainote/notes/{noteId}내 노트 삭제

사용량 조회 {#manage-ainote-statistics}

다음 API로 사용량을 조회할 수 있다.

HTTP RequestDescription
GET /ainote/users/statistics구성원별 사용량 통계 조회
GET /ainote/quota사용량 조회