Snapopa supports multiple output formats for different use cases.Documentation Index
Fetch the complete documentation index at: https://docs.snapopa.com/llms.txt
Use this file to discover all available pages before exploring further.
Available Formats
| Format | MIME Type | Use Case |
|---|---|---|
png | image/png | High quality, transparency support |
jpeg | image/jpeg | Smaller file size, photos |
webp | image/webp | Modern format, best compression |
pdf | application/pdf | Documents, printing |
PNG (Default)
Best for screenshots with text, UI elements, or transparency.- Lossless compression
- Supports transparency
- Larger file sizes
JPEG
Best for photos and when file size matters.- Lossy compression (controlled by
quality) - Smaller files
- No transparency support
The
quality parameter (1-100) only affects JPEG and WebP formats.WebP
Modern format with excellent compression.- Best compression ratio
- Supports transparency
- Wide browser support
- Vector text (searchable/selectable)
- Best for printing
- Often used with
isFullPage: true
Response Types
Control how the capture is returned:- JSON (default)
- Binary File
Format Comparison
| Feature | PNG | JPEG | WebP | |
|---|---|---|---|---|
| Transparency | Yes | No | Yes | No |
| Compression | Lossless | Lossy | Both | - |
| Quality param | No | Yes | Yes | No |
| Best for | UI/Text | Photos | General | Docs |
| Avg size | Large | Small | Smallest | Varies |