Development — entry 033 of 100
Google Keep
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.
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
Score71
Authentication8/25OAuth flow required
Pricing20/20Free to use
Docs14/20Documentation URL provided
Formats9/15Single response format
Freshness20/20Verified within 6 months
Auth quickstart
- Register an app / run the OAuth flow to obtain a bearer token.
- Send it as an Authorization header
Authorization: Bearer <token>
Stored keyNo key stored
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.