Integrations

Integrations

Connect FastScreenshotAPI with your favorite automation tools. No special plugins needed — our REST API works everywhere.

Zapier

Automate screenshots in your Zapier workflows. Trigger captures from any Zapier event.

  1. 1Create a new Zap
  2. 2Add "Webhooks by Zapier" as an action
  3. 3Choose "Custom Request"
  4. 4Configure the request (see below)
  5. 5Use the returned screenshot URL in next steps

Configuration

Method: POST
URL: https://api.fastscreenshotapi.com/v1/screenshot
Headers: X-Api-Key: fsa_your_api_key Content-Type: application/json
request body
{
  "url": "{{trigger_url}}",
  "format": "png",
  "response_type": "url"
}

Make (formerly Integromat)

Build visual automation scenarios with Make. Screenshot any URL as part of your workflow.

  1. 1Create a new Scenario
  2. 2Add an "HTTP — Make a request" module
  3. 3Configure the request (see below)
  4. 4Parse the JSON response to get the base64 screenshot

Configuration

Method: POST
URL: https://api.fastscreenshotapi.com/v1/screenshot
Headers: X-Api-Key: fsa_your_api_key Content-Type: application/json
request body
{
  "url": "{{url}}",
  "format": "png",
  "response_type": "json"
}

n8n

Self-hosted automation with n8n. Full control over your screenshot workflows.

  1. 1Add an "HTTP Request" node
  2. 2Configure the request (see below)
  3. 3Use the screenshot URL in downstream nodes

Configuration

Method: POST
URL: https://api.fastscreenshotapi.com/v1/screenshot
Auth: Header Auth — X-Api-Key: fsa_your_api_key
request body
{
  "url": "{{$json.url}}",
  "format": "png",
  "response_type": "url"
}

Popular Automation Ideas

Monitor competitor websites for changes
Auto-generate thumbnails for new blog posts
Screenshot customer URLs during onboarding
Archive web pages for compliance
Generate OG images for social media

Works with Any HTTP Client

FastScreenshotAPI is a standard REST API. Any tool that can make HTTP requests can take screenshots — Postman, Insomnia, curl, Python requests, Node.js fetch, and more.

Read the Docs

Ready to automate your screenshots?

Get a free API key and connect to your favorite tools in minutes.

Get Free API Key