✨ 10 free screenshots to start

Screenshot any URL
in milliseconds

Simple REST API for taking website screenshots. Perfect for link previews, OG images, PDF generation, and automated testing.

# Get your free API key
curl "https://sc.draxdev.xyz/api/register"

# Take a screenshot
curl "https://sc.draxdev.xyz/api/screenshot?url=https://github.com&api_key=YOUR_KEY" \
  --output screenshot.png
âš¡

Lightning Fast

Screenshots generated in under 5 seconds. Headless Chrome powered for perfect rendering.

🎨

Customizable

Set viewport size, full-page capture, format (PNG/JPEG), and more via simple parameters.

🔒

Secure & Reliable

HTTPS only. Your API key stays private. 99.9% uptime guarantee.

Simple, Transparent Pricing

Free Tier

$0
  • ✓ 10 screenshots
  • ✓ All features included
  • ✓ No credit card required
Get Started Free

Pro

BEST VALUE
$5 / 100 screenshots
  • ✓ Pay as you go
  • ✓ Priority rendering
  • ✓ No monthly fees
  • ✓ Stripe checkout
Get API Key

API Reference

GET /api/register

Get a free API key with 10 credits.

// Response
{
  "apiKey": "ss_abc123...",
  "credits": 10
}
GET /api/screenshot

Take a screenshot. Returns PNG or JPEG image.

ParameterTypeDescription
urlstringURL to screenshot (required)
api_keystringYour API key (required)
widthnumberViewport width (default: 1280)
heightnumberViewport height (default: 800)
fullPagebooleanCapture full page (default: false)
formatstringpng or jpeg (default: png)
GET /api/credits

Check your remaining credits. Requires API key header.

POST /api/buy

Purchase 100 credits ($5) via Stripe. Returns checkout URL.

Ready to get started?

Get your free API key in seconds. No credit card required.

Get Free API Key →