Outbound IP Ranges
Allowlist Capture API traffic in your firewall by using our outbound IP address ranges. Get the current list of IP ranges in CIDR notation via our JSON endpoint.
Capture API uses a set of outbound IP addresses for all requests made to your target URLs. You can use these IP ranges to allowlist Capture's traffic in your firewall or security configurations.
Fetching IP Ranges
Get the current list of IP ranges via the JSON endpoint:
https://capture.page/ip-ranges.jsonResponse Format
{
"prefixes": [
"162.220.234.0/23",
"162.220.232.0/23",
"208.77.246.0/23",
"208.77.244.0/23",
"66.33.22.0/23",
"66.33.23.0/24"
]
}The response contains a prefixes array with IP address ranges in CIDR notation.
Support
If you have specific networking requirements, contact support through the API Console.
Caching
Learn how caching works in Capture API to optimize costs and performance. Cached screenshots and PDFs are stored for 7 days with 10GB daily CDN bandwidth included.
Screenshot Request
Complete screenshot API reference with viewport control, full-page capture, dark mode, device emulation, ad blocking, authentication, and custom image formats (PNG, JPEG, WebP).