Google Docs API
docs.googleapis.com
Google Docs API provides a REST API for programmatic access to its features. Use it to integrate with Google services.
oauth2
free
1.0
https://docs.googleapis.com
1
2026-03-01T11:10:14.000Z
Health
This is a community-maintained manifest. Health monitoring is not available because this service doesn't host its own /.well-known/agent endpoint yet. Learn more about trust levels →
Capabilities
documents
e-commerceManage documents — creates a blank document using the title given in the request. other fields in the request, including any provided content, are ignored. returns the created document, applies one or more updates to the document. each request is validated before being applied. if any request is not valid, then the entire request will fail and nothing will be applied. some requests have replies to give you some information about how they are applied. other requests do not need to return information; these each return an empty reply. the order of replies matches that of the requests. for example, suppose you call batchupdate with four updates, and only the third one returns information. the response would have two empty replies, the reply to the third request, and another empty reply, in that order. because other users may be editing the document, the document might not exactly reflect your changes: your changes may be altered with respect to collaborator changes. if there are no collaborators, the document should reflect your changes. in any case, the updates in your request are guaranteed to be applied together atomically, gets the latest version of the specified document. Supports standard CRUD operations through the REST API.
Detail: https://docs.googleapis.com/capabilities/documents
Agent Preview
This is what an AI agent sees when it discovers this service via the Gateway:
Service: Google Docs API Description: Google Docs API provides a REST API for programmatic access to its features. Use it to integrate with Google services. Auth: oauth2 Capabilities: - documents: Manage documents — creates a blank document using the title given in the request. other fields in the request, including any provided content, are ignored. returns the created document, applies one or more updates to the document. each request is validated before being applied. if any request is not valid, then the entire request will fail and nothing will be applied. some requests have replies to give you some information about how they are applied. other requests do not need to return information; these each return an empty reply. the order of replies matches that of the requests. for example, suppose you call batchupdate with four updates, and only the third one returns information. the response would have two empty replies, the reply to the third request, and another empty reply, in that order. because other users may be editing the document, the document might not exactly reflect your changes: your changes may be altered with respect to collaborator changes. if there are no collaborators, the document should reflect your changes. in any case, the updates in your request are guaranteed to be applied together atomically, gets the latest version of the specified document. Supports standard CRUD operations through the REST API.