Try the API
Test The Code Guy API directly from your browser. Enter your API key and a URL.
Equivalent API Call
curl -X POST /api/screenshot \
-H "X-Api-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com"}' \
--output screenshot.png
Screenshot preview will appear here
Equivalent API Call
curl -X POST /api/pdf \
-H "X-Api-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com", "format": "A4"}' \
--output page.pdf
PDF will be generated here
Equivalent API Call
curl -X POST /api/postcode/lookup \
-H "X-Api-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"postcode": "SW1A 1AA"}'
Other Postcode Operations
Postcode data will appear here