Pixcap Screenshot API
Pixcap is a screenshot API built for developers. No browser automation headaches, no infrastructure to manage. Features: • Capture any public URL instantly • Multiple formats: PNG, JPEG, WebP • Full page or viewport screenshots • Dark mode emulation • Custom viewport sizes (320px to 4K) • Element-specific capture via CSS selectors • Auto-dismiss cookie banners • Bulk screenshot from sitemap •…
Pixcap Screenshot API endpoints
| Method | Endpoint | Description |
|---|---|---|
| Screenshots | ||
| GET |
captureScreenshotGet /screenshot |
Capture a screenshot and receive the image directly in the response body. Use this for simple requests where you want the raw image data. |
| POST |
captureScreenshotPost /screenshot |
Capture a screenshot and receive a JSON response with base64-encoded image. Use this for complex requests with cookies, blocked selectors, etc. |
| Bulk Screenshots | ||
| POST |
createBulkJob /bulk-screenshot |
Submit a sitemap URL to capture screenshots of all pages. Returns a job ID to track progress. |
| GET |
getBulkJobStatus /bulk-screenshot/{jobId}/status |
Poll this endpoint to track progress of your bulk screenshot job |
| GET |
downloadBulkJob /bulk-screenshot/{jobId}/download |
Download the completed screenshot archive (ZIP). Available for 24 hours after completion. |
| Connectors | ||
| POST |
regenerateConnectorToken /connectors/{connectorId}/regenerate-token |
Generate a new token for the connector. The old token will be invalidated. |
| GET |
getConnector /connectors/{connectorId} |
|
| GET |
listConnectors /connectors |
List all connectors for the authenticated user |
| POST |
createConnector /connectors |
Create a new connector for capturing screenshots of internal/localhost apps. Maximum 5 connectors per account. |
| DELETE |
deleteConnector /connectors/{connectorId} |
|
| Account | ||
| POST |
register /keys/register |
Create a new account and receive your API key. Includes 100 free credits. |
Pixcap Screenshot API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $7 / month | — |
|
| ULTRA | $25 / month | — |
|
| MEGA | $99 / month | — |
|