The UrlFetchApp
library allows you to fetch resources and interact with external APIs over HTTP/HTTPS.
-
Fetch Data from an API:
Fetch JSON data from a public API. -
Send Data to an API (POST):
Send a POST request with JSON payload. -
Fetch an Image and Save to Drive:
Fetch an image from a URL and save it to Google Drive.