Google Docs
API to read, write, and format Google Docs documents
- Authentication
- OAuth
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Development
- Documentation / URL
- https://developers.google.com/docs/api/reference/rest
Overview
The Google Docs API reads and writes Google Docs. Auth is OAuth 2.0 (unauthenticated requests return 400, verified).
Quick Start
Requires OAuth credentials — unauthenticated calls fail (verified 400):
curl "https://docs.googleapis.com/v1/documents/YOUR_DOC_ID" \
-H "Authorization: Bearer YOUR_OAUTH_TOKEN"
Authentication
- Create a Google Cloud project → enable Docs API.
- OAuth 2.0 or service account → bearer token.
Rate Limits & Notes
- Free; Google Cloud quotas apply.
- Read/write documents, batch updates.
FAQ
Is Google Docs free? The API is free within Cloud quotas.
Why 400 without auth? OAuth is required (verified) — configure credentials first.
What can I do? Read/write Docs content.
More in Development
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| 24 Pull Requests Project to promote open source collaboration during December | No auth | Yes | Yes | ↗ |
| Agify.io Estimates the age from a first name | No auth | Yes | Yes | ↗ |
| Amazonscraperapi Amazon product, search & batch scraping API with residential proxies (1000 free) | API Key | Yes | No | ↗ |
| AmberOne Turn any website into a build-ready Android, iOS, PWA or Electron app project | API Key | Yes | No | ↗ |
| API Grátis Multiples services and public APIs | No auth | Yes | Unknown | ↗ |