REST API for screenshots, metadata, PDFs, and text extraction
All API requests require an X-API-Key header. Get a free key below:
Free tier: 50 requests/month. No credit card required.
| Parameter | Type | Description |
|---|---|---|
| url required | string | URL to screenshot |
| width | integer | Viewport width (320-3840, default: 1280) |
| height | integer | Viewport height (240-2160, default: 720) |
| full_page | boolean | Capture full page scroll (default: false) |
| format | string | "png" or "jpeg" (default: "png") |
| Parameter | Type | Description |
|---|---|---|
| url required | string | URL to extract metadata from |
| Parameter | Type | Description |
|---|---|---|
| url required | string | URL to convert to PDF |
| format | string | "A4", "Letter", "Legal", "Tabloid" (default: "A4") |
| landscape | boolean | Landscape orientation (default: false) |
| Parameter | Type | Description |
|---|---|---|
| url required | string | URL to extract text from |
Returns your current month's usage and limits. No request body needed.
Limits are enforced per calendar month. Usage resets on the 1st. Check X-Usage-Used and X-Usage-Limit response headers on screenshot/PDF endpoints, or call GET /api/usage.
Download OpenAPI 3.0 spec — import into Postman, Insomnia, or any OpenAPI-compatible tool.