Web Requests actions

shortcuts-action-icon-get-contents-of-web-page.webp
Get Contents of Web Page
Extracts the contents of the web pages passed into the action.
shortcuts-action-icon-get-headers-of-url.webp
Get Headers of URL
Retrieves the HTTP headers of the URL passed as input using a HEAD request.
shortcuts-action-icon-get-contents-of-url.webp
Get Contents of URL
Gets the contents of URLs passed into the action. Useful for downloading files and web content, or for making API requests. Includes GET, POST, PUT, PATCH, DELETE methods, and options to add headers. To make a multipart HTTP request, choose “Form” as the request body type and add files as field values.