Google Keep API는 엔터프라이즈 관리자가 Google Keep 메모를 관리할 수 있는 앱을 만드는 데 사용되는 RESTful API입니다. 여기에는 메모 생성, 나열, 삭제, 메모 첨부파일 다운로드, 메모 권한 변경이 포함됩니다.
API의 사용 사례로는 클라우드 액세스 보안 브로커 (CASB) 소프트웨어에서 식별된 문제를 해결하는 것이 있습니다. 예를 들어 CASB 소프트웨어에서 민감한 정보가 포함된 메모를 식별한 경우 Google Keep API를 사용하여 해당 메모에 대한 권한을 제한하거나 메모를 삭제할 수 있습니다.
다음 단계
인증 및 승인 처리를 비롯한 Google Workspace API를 사용한 개발에 대해 알아보려면 Workspace 개발자 시작하기를 참고하세요.
간단한 Google Keep API 앱을 구성하고 실행하는 방법을 알아보려면 빠른 시작 개요를 참고하세요.
[null,null,["최종 업데이트: 2025-08-29(UTC)"],[],[],null,["# Google Keep API Overview\n\nThe Google Keep API is a RESTful API used to create apps allowing enterprise\nadministrators to manage Google Keep notes, including creating, listing,\ndeleting, downloading note attachments, and mutating permissions of a note.\nAn example use case for the API would be to resolve issues identified by cloud\naccess security broker (CASB) software. For example, if your CASB software\nidentified a note with sensitive information, the Google Keep API could be used to\nrestrict permissions on that note, or even delete the note.\n| **Note:** For authorization, you can use [domain-wide delegation using a service account or an OAuth client ID](https://support.google.com/a/answer/162106). Domain-wide delegation with a service account is a powerful feature where the service account can impersonate any user in the domain without manual authorization on their part. Use this option when you want the domain administrator to allow your application to programmatically access any user's Google Keep data in your domain, such as for a CASB integration to audit Google Keep data across your domain. Alternatively, use domain-wide delegation with an OAuth clientID for enterprise apps where you'd want your Administrator to approve scopes for your users, but the application can only access the authenticated user's Google Keep data.\n\nNext steps\n----------\n\n- To learn about developing with Google Workspace APIs, including handling\n authentication and authorization, refer\n to [Get started as a Workspace developer](/workspace/guides/getstarted-overview).\n\n- To learn how to configure and run a simple Google Keep API app, read the\n [Quickstarts overview](/workspace/keep/api/guides/quickstarts-overview)."]]