What it solves
Submit a URL list and capture thousands of pages in one job — with retries, progress tracking, and direct cloud storage delivery.
Feature
Upload a file of URLs and receive a complete set of screenshots without managing individual requests. Built for product catalogs, sitemaps, and large-scale monitoring runs.
Submit a URL list and capture thousands of pages in one job — with retries, progress tracking, and direct cloud storage delivery.
Base URL: https://api.screenshotcenter.com/api/v1
/batch/create — Submit a batch job Upload a list of URLs (plain text or CSV). Returns a batch ID immediately. All standard screenshot parameters apply to every URL in the batch.
/batch/info — Get batch status Poll for real-time progress: total URL count, number processed, number failed, and estimated completion time.
/batch/list — List recent batches Retrieve all recent batch jobs for the authenticated account with pagination and status filtering.
/batch/download — Download batch ZIP Stream the completed ZIP archive containing all captured screenshots, PDFs, HTML, and video outputs for the batch.
/batch/cancel — Cancel batch job Best-effort cancellation of a running batch. Jobs already dispatched to browser clients will complete; queued jobs are dropped.