Enterprise Grade Screenshot & PDF API

  • New
    Improvement

    We've added support for custom proxy configurations across all Capture API endpoints.

    What's New

    • Configure your own proxy server in account integration settings
    • Route browser requests through your configured proxy with the proxy=true parameter
    • Secure credential storage with automatic authentication
    • Works across all endpoints: screenshots, PDFs, HTML content, and animated captures

    How to Use

    1. Add your proxy configuration (server URL, username, password) in your account integration settings
    2. Add proxy=true to any API request to route it through your configured proxy
    3. The API automatically handles proxy authentication using your stored credentials

    Technical Details

    • Proxy credentials are securely stored in vault and fetched at runtime
    • Each proxy request creates a dedicated browser instance configured with your proxy server
    • Supports HTTP/HTTPS proxies with authentication
    • Works seamlessly with other features like bot detection bypass and device emulation

    Example

    GET /:key/:hash/image?url=https://example.com&proxy=true
    

    This feature is available immediately for all users. Configure your proxy settings in your account dashboard to get started.