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.
- 1Create a new Zap
- 2Add "Webhooks by Zapier" as an action
- 3Choose "Custom Request"
- 4Configure the request (see below)
- 5Use the returned screenshot URL in next steps
Configuration
Method:
POSTURL:
https://api.fastscreenshotapi.com/v1/screenshotHeaders:
X-Api-Key: fsa_your_api_key Content-Type: application/jsonrequest 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.
- 1Create a new Scenario
- 2Add an "HTTP — Make a request" module
- 3Configure the request (see below)
- 4Parse the JSON response to get the base64 screenshot
Configuration
Method:
POSTURL:
https://api.fastscreenshotapi.com/v1/screenshotHeaders:
X-Api-Key: fsa_your_api_key Content-Type: application/jsonrequest body
{
"url": "{{url}}",
"format": "png",
"response_type": "json"
}n8n
Self-hosted automation with n8n. Full control over your screenshot workflows.
- 1Add an "HTTP Request" node
- 2Configure the request (see below)
- 3Use the screenshot URL in downstream nodes
Configuration
Method:
POSTURL:
https://api.fastscreenshotapi.com/v1/screenshotAuth: Header Auth —
X-Api-Key: fsa_your_api_keyrequest 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 DocsReady to automate your screenshots?
Get a free API key and connect to your favorite tools in minutes.
Get Free API Key