API Playground
Configure your screenshot parameters, preview the result, and copy ready-to-use code in your favorite language.
This demo shows a preview. For full-resolution captures with your own API key:
Get your free API key →Click "Try It" to preview your screenshot
Generated Code
Copy the code below to replicate this capture in your application. Replace cap_your_api_key_here with your actual API key.
cURL
curl "https://captureapi.dev/api/v1/screenshot?url=https%3A%2F%2Fexample.com&width=1280&height=720&format=png" \
-H "X-API-Key: cap_your_api_key_here" \
-o screenshot.png