/capture endpoint is the core of the Snapopa API. It takes a URL and returns a screenshot, PDF, or metadata.
Endpoint
Basic Request
Full Request Example
Response
Request Flow
- Validation - Request body is validated against the schema
- Cache Check - If caching is enabled, check for existing capture
- Authentication - API key is verified
- Rate Limiting - Request is checked against rate limits
- Capture - Screenshot is taken using headless browser
- Storage - Result is stored on CDN
- Response - URL and metadata are returned
Average capture time is 1-3 seconds depending on page complexity and options selected.
Related
- Parameters - All available options
- Formats - Output format options
- Caching - Cache configuration