< Go back to blog
Tutorials

February 6, 2025

How to Use Dumpling AI’s Screenshot URL  Endpoint in Make.com

The Screenshot URL module in Dumpling AI is a powerful tool for capturing high-quality screenshots of any webpage. Whether you’re archiving web content, generating visual reports, or monitoring changes, this feature offers advanced customization options such as viewport settings, blocking cookie banners, and controlling JavaScript rendering. In this guide, we’ll detail how to configure the module in Make.com using the HTTP Request module and explore its inputs, outputs, and applications.

Understanding the API

Endpoint

  • URL: POST /api/v1/screenshot

Headers

  • Content-Type: application/json
  • Authorization: Bearer <API_KEY>

Request Body Parameters

  1. url (Required): The URL to capture.
  2. fullPage (Optional): Boolean to capture the entire page (default: false).
  3. viewport (Optional): Set custom dimensions for the screenshot (default: { width: 1024, height: 1024 }).
  4. clipRectangle (Optional): Define an area to crop the screenshot (requires fullPage: false).
  5. blockCookieBanners (Optional): Block cookie banners for cleaner visuals (default: true).
  6. wait (Optional): Time in milliseconds to wait before capture (default: 0, max: 5000).
  7. autoScroll (Optional): Scrolls the page automatically for lazy-loaded content (default: false).

Response

  • screenshotUrl: A direct link to the captured screenshot.

Step-by-Step Guide to Set Up in Make.com

Step 1: Add the HTTP Request Module
  1. Open a new scenario in Make.com.
  2. Add the HTTP Request module.
Step 2: Configure the HTTP Request Module
  1. Method: POST.
  2. URL: Enter the endpoint:
    https://app.dumplingai.com/api/v1/screenshot.
  3. Headers:
    • Content-Type: application/json.
    • Authorization: Bearer <Your_API_Key>.
  4. Request Body:
    Define the parameters in JSON. 
Step 3: Test the Module
  1. Run the scenario manually using Run Once.
  2. The response will include:
    • screenshotUrl: A downloadable link to the screenshot.

Applications

  1. Website Archiving
    • Capture snapshots of websites for record-keeping or legal purposes.
  2. Change Monitoring
    • Regularly capture screenshots of web pages to track changes over time.
  3. Visual Reports
    • Generate visual representations of websites for presentations or audits.
  4. Content Backup
    • Save screenshots of important content before changes occur.

Conclusion

The Screenshot URL module in Dumpling AI is a versatile tool that simplifies capturing customized screenshots. By integrating it into Make.com, you can automate web monitoring, archiving, or content presentation tasks effortlessly. Start using it today to streamline your workflows and save time on manual screenshot tasks!

Related Posts

How to Use Dumpling AI&#8217;s Search Google Maps Endpoint in Make.com
Tutorials

How to Use Dumpling AI’s Search Google Maps Endpoint in Make.com

February 9, 2025

How to Use Dumpling AI’s Scrape URL Endpoint in Make.com
Tutorials

How to Use Dumpling AI’s Scrape URL Endpoint in Make.com

February 3, 2025

How to Use Dumpling AI’s Get YouTube Transcript Endpoint in Make.com
Tutorials

How to Use Dumpling AI’s Get YouTube Transcript Endpoint in Make.com

January 31, 2025

How to Add Content to a Knowledge Base Using Dumpling AI’s API
Tutorials

How to Add Content to a Knowledge Base Using Dumpling AI’s API

January 28, 2025

Understanding the Dumpling AI Generate AI Image with FLUX.1 Dev in Make.com
Tutorials

Understanding the Dumpling AI Generate AI Image with FLUX.1 Dev in Make.com

January 25, 2025

Understanding the Dumpling AI Generate AI Images with FLUX.1 Schnell
Tutorials

Understanding the Dumpling AI Generate AI Images with FLUX.1 Schnell

January 22, 2025