This is a catch-all provider — any valid URL under
https://www.googleapis.com is supported. Drive, Docs, and Sheets APIs. Multiple base URLs — use get_provider_docs for endpoint reference. The endpoints below are curated examples.Endpoints
List Drive files
GEThttps://www.googleapis.com/drive/v3/files — Free
- SDK
- cURL
Get spreadsheet data
GEThttps://sheets.googleapis.com/v4/spreadsheets/{spreadsheetId} — Free
- SDK
- cURL
Get document content
GEThttps://docs.googleapis.com/v1/documents/{documentId} — Free
- SDK
- cURL
Create a folder or file metadata in Drive
POSThttps://www.googleapis.com/drive/v3/files — Free
- SDK
- cURL
Update file metadata (rename, move, etc.)
PATCHhttps://www.googleapis.com/drive/v3/files/{fileId} — Free
- SDK
- cURL
Permanently delete a file from Drive
DELETEhttps://www.googleapis.com/drive/v3/files/{fileId} — Free
- SDK
- cURL
Apply updates to a document (insert text, format, etc.)
POSThttps://docs.googleapis.com/v1/documents/{documentId}:batchUpdate — Free
- SDK
- cURL
Append rows to a spreadsheet
POSThttps://sheets.googleapis.com/v4/spreadsheets/{spreadsheetId}/values/{range}:append?valueInputOption=USER_ENTERED — Free
- SDK
- cURL
Update cell values in a spreadsheet
PUThttps://sheets.googleapis.com/v4/spreadsheets/{spreadsheetId}/values/{range}?valueInputOption=USER_ENTERED — Free
- SDK
- cURL
Next Steps
All Providers
Browse all supported AI providers
Forward Proxy
Learn how to construct proxy URLs and authenticate requests