Development — entry 033 of 100

Google Keep

Verified Jul 2026

The Google Keep API lets enterprise applications create, list, and delete Keep notes, download note attachments, and manage note-sharing permissions — but it is restricted to Google Workspace accounts (Business, Enterprise, and Education editions) and is not available to personal @gmail.com accounts. Access requires a Workspace admin to enable the API and authorize it via domain-wide delegation with a service account, or an OAuth client ID scoped to the organization; there is no way for an individual user to self-enable it. It's free to use within standard Workspace API quotas.

google-workspacenotesenterprise-only
AuthenticationOAuthRequires an OAuth flow; expect app registration.
HTTPSSupportedTraffic is encrypted in transit.
CORSEnabledCallable directly from browser JavaScript.
PricingFreeNo paid tier — free for the documented use case.
FormatsJSONResponses can be requested as JSON.

GreatAPIs Score

Score71out of 100
Authentication8/25OAuth flow required
Pricing20/20Free to use
Docs14/20Documentation URL provided
Formats9/15Single response format
Freshness20/20Verified within 6 months

Embed this badge

Scored 71 on greatapis.com
<a href="https://greatapis.com/api/google-keep/"><img src="https://greatapis.com/badge/google-keep.svg" alt="Scored 71 on greatapis.com"></a>

Auth quickstart

  1. Register an app / run the OAuth flow to obtain a bearer token.
  2. Send it as an Authorization headerAuthorization: Bearer <token>
Stored keyNo key stored

Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.