Skip to main content
Everything you need to capture the web.

Explore

User Guide

Learn how to use the Snapopa API with tutorials and examples.Start learning →

API Reference

Interactive API documentation with request/response schemas.View reference →

Examples

Ready-to-use code samples in multiple languages.See examples →

Capture Options

Explore all parameters for customizing your captures.View options →

Quick Example

curl -X POST https://api.snapopa.com/capture \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"url": "https://example.com"}'