googleapis.com

The Google Keep API is used in an enterprise environment to manage Google Keep content and resolve issues identified by cloud security software.

🔑 oauth2 6 endpoints analyticsmedia
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

mcp-toolbox-sdk-python ✓ Official
pip install mcp-toolbox-sdk-python
python-storage ✓ Official
pip install python-storage
python-aiplatform ✓ Official
pip install python-aiplatform
python-genai ✓ Official
pip install python-genai
js-genai ✓ Official
npm install js-genai
go-genai ✓ Official
go get github.com/googleapis/go-genai
sdk-platform-java ✓ Official
# Maven: see https://github.com/googleapis/sdk-platform-java
java-genai ✓ Official
# Maven: see https://github.com/googleapis/java-genai
dotnet-genai ✓ Official
# See https://github.com/googleapis/dotnet-genai
gax-java ✓ Official
# See https://github.com/googleapis/gax-java
curl examples
Lists notes. Every list call returns a page of results with `page_size` as th…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://keep.googleapis.com/v1/notes
Gets a note.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://keep.googleapis.com/v1/{name}
Endpoints (6 total)
GET
/v1/notes
Lists notes. Every list call returns a page of results with `page_size` as th…
GET
/v1/{name}
Gets a note.
POST
/v1/notes
Creates a new note.
POST
/v1/{parent}/permissions:batchCreate
Creates one or more permissions on the note. Only permissions with the `WRITE…
POST
/v1/{parent}/permissions:batchDelete
Deletes one or more permissions on the note. The specified entities will imme…
DELETE
/v1/{name}
Deletes a note. Caller must have the `OWNER` role on the note to delete. Dele…
At a glance
Total SDKs10
Languages6
Endpoints6
Authoauth2
Categories2
https://keep.googleapis.com