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.

  • Improvement
    New

    Save time and simplify your API requests with our new Presets feature.

    What's new:

    • Create reusable configurations for your screenshot and PDF API requests directly from the Playground
    • Save up to 50 presets with custom names, descriptions, and unique keys
    • Use presets in your API calls by simply passing preset=your-key instead of repeating all options
    • Manage your presets with full edit and delete capabilities from the dashboard

    How it works:

    1. Configure your desired options in the Playground
    2. Save as a preset with a unique key (e.g., mobile-dark-mode)
    3. Reference it in your API calls: ?url=example.com&preset=mobile-dark-mode

    Perfect for teams with common configurations or developers managing multiple capture scenarios. Available now in your dashboard under Presets.

  • New

    We’re excited to announce the launch of Teams in Capture! This new feature empowers you to create and manage teams within your workspace, making collaboration seamless and efficient.

    Whether you’re a small startup or a growing enterprise, Teams helps you scale your workflow. Head to your dashboard to get started today!

    Feedback? Drop us a line—we’re all ears. 🚀

  • Improvement

    API credentials now have their own dedicated page, allowing for better organization and management. This separation from the main dashboard ensures that you can access and manage your credentials more efficiently, without cluttering your dashboard.

  • New
    Improvement

    You can now retrieve your captured content as Markdown, in addition to the existing text and HTML formats.

    What’s new

    • Added markdown field in the Content API response.
    • Perfect for workflows that store or render markdown directly (e.g., static site generators, docs, or note apps).
    • Backward compatible — no breaking changes.
  • Improvement

    We've added support for all S3-compatible storage solutions! You can now specify a custom endpoint and region for your S3 integration. This means you can use Amazon S3, Cloudflare R2, DigitalOcean Spaces, MinIO, or any other S3-compatible provider — all with seamless integration and the same reliability you expect from our product.

  • New

    We are excited to announce the introduction of our new MCP server, a powerful enhancement designed to improve your experience. The MCP server streamlines operations and enhances the performance of your AI agents, enabling them to work more efficiently and effectively. This integration allows for more dynamic interactions and improved data handling, ensuring that your agents can respond to queries and tasks with greater accuracy and speed.

    To get started with the MCP server and explore its features, visit our dashboard at https://capture.page/dashboard/mcp.

  • New

    We’ve introduced a new “Request Insights” feature to help you better understand your API usage and performance. With this dashboard, you can now view detailed analytics for your API requests from the past 7 days, including:

    • Total number of requests
    • Success and failure rates
    • Average response times
    • Error trends over time
    • Breakdown by request type (image, content, metadata, animated)
    • Most common errors and problem URLs

    Use these insights to monitor performance, identify bottlenecks, and optimize your workflows. This feature is currently in beta—your feedback is welcome!

  • New
    Improvement

    You can now create multiple API secrets for your account, giving you greater flexibility and security when managing access. This feature allows you to generate several secrets, which can be used for different applications or environments without needing separate API keys.

    Note. API key remains unique and serves as the primary identifier for your account. However, you can now generate or delete multiple API secrets associated with that key, making it easier to rotate credentials or manage access permissions without disrupting your existing integrations.

  • New

    We are excited to introduce the new API playground, a dedicated space where you can easily experiment with our API features. This interactive environment allows you to test various requests in real-time, helping you understand how to integrate our services smoothly into your projects. Whether you're a developer or just getting started, the API playground offers a hands-on way to explore capabilities without the need for complex setup.

    With the API playground, you can now create requests for screenshots, PDFs, content extraction, or metadata retrieval. The playground also lets you explore all available customization options for your requests. From adjusting parameters to fine-tuning outputs, you have full control to tailor each request to your specific requirements.