Google Keep API
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
API Google Keep được dùng trong môi trường doanh nghiệp để quản lý nội dung trên Google Keep và giải quyết các vấn đề do phần mềm bảo mật trên đám mây xác định.
Dịch vụ: keep.googleapis.com
Để gọi dịch vụ này, bạn nên sử dụng thư viện ứng dụng do Google cung cấp. Nếu ứng dụng của bạn cần sử dụng thư viện của riêng mình để gọi dịch vụ này, hãy sử dụng thông tin sau khi bạn tạo yêu cầu API.
Tài liệu khám phá
Tài liệu khám phá là một bản đặc tả có thể đọc được bằng máy để mô tả và sử dụng các API REST. Thư viện này dùng để tạo thư viện ứng dụng, trình bổ trợ IDE và các công cụ khác tương tác với API của Google. Một dịch vụ có thể cung cấp nhiều tài liệu khám phá. Dịch vụ này cung cấp tài liệu khám phá sau:
Điểm cuối dịch vụ
Điểm cuối của dịch vụ là một URL cơ sở chỉ định địa chỉ mạng của một dịch vụ API. Một dịch vụ có thể có nhiều điểm cuối dịch vụ. Dịch vụ này có điểm cuối dịch vụ sau và tất cả URI dưới đây đều liên quan đến điểm cuối dịch vụ này:
https://keep.googleapis.com
Tài nguyên REST: v1.notes
Phương thức |
create |
POST /v1/notes
Tạo ghi chú mới. |
delete |
DELETE /v1/{name=notes/*}
Xoá ghi chú. |
get |
GET /v1/{name=notes/*}
Lấy ghi chú. |
list |
GET /v1/notes
Liệt kê ghi chú. |
Phương thức |
batchCreate |
POST /v1/{parent=notes/*}/permissions:batchCreate
Tạo một hoặc nhiều quyền trên ghi chú. |
batchDelete |
POST /v1/{parent=notes/*}/permissions:batchDelete Xoá một hoặc nhiều quyền trên ghi chú. |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-25 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-07-25 UTC."],[],[],null,["# Google Keep API\n\nThe Google Keep API is used in an enterprise environment to manage Google Keep content and resolve issues identified by cloud security software.\n\n- [REST Resource: v1.media](#v1.media)\n- [REST Resource: v1.notes](#v1.notes)\n- [REST Resource: v1.notes.permissions](#v1.notes.permissions)\n\nService: keep.googleapis.com\n----------------------------\n\nTo call this service, we recommend that you use the Google-provided [client libraries](https://cloud.google.com/apis/docs/client-libraries-explained). If your application needs to use your own libraries to call this service, use the following information when you make the API requests.\n\n### Discovery document\n\nA [Discovery Document](https://developers.google.com/discovery/v1/reference/apis) is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:\n\n- \u003chttps://keep.googleapis.com/$discovery/rest?version=v1\u003e\n\n### Service endpoint\n\nA [service endpoint](https://cloud.google.com/apis/design/glossary#api_service_endpoint) is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:\n\n- `https://keep.googleapis.com`\n\nREST Resource: [v1.media](/workspace/keep/api/reference/rest/v1/media)\n----------------------------------------------------------------------\n\n| Methods ||\n|------------------------------------------------------------------|------------------------------------------------------------|\n| [download](/workspace/keep/api/reference/rest/v1/media/download) | `GET /v1/{name=notes/*/attachments/*}` Gets an attachment. |\n\nREST Resource: [v1.notes](/workspace/keep/api/reference/rest/v1/notes)\n----------------------------------------------------------------------\n\n| Methods ||\n|--------------------------------------------------------------|---------------------------------------------|\n| [create](/workspace/keep/api/reference/rest/v1/notes/create) | `POST /v1/notes` Creates a new note. |\n| [delete](/workspace/keep/api/reference/rest/v1/notes/delete) | `DELETE /v1/{name=notes/*}` Deletes a note. |\n| [get](/workspace/keep/api/reference/rest/v1/notes/get) | `GET /v1/{name=notes/*}` Gets a note. |\n| [list](/workspace/keep/api/reference/rest/v1/notes/list) | `GET /v1/notes` Lists notes. |\n\nREST Resource: [v1.notes.permissions](/workspace/keep/api/reference/rest/v1/notes.permissions)\n----------------------------------------------------------------------------------------------\n\n| Methods ||\n|------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------|\n| [batchCreate](/workspace/keep/api/reference/rest/v1/notes.permissions/batchCreate) | `POST /v1/{parent=notes/*}/permissions:batchCreate` Creates one or more permissions on the note. |\n| [batchDelete](/workspace/keep/api/reference/rest/v1/notes.permissions/batchDelete) | `POST /v1/{parent=notes/*}/permissions:batchDelete` Deletes one or more permissions on the note. |"]]