Skip to content

Posts tagged "api"

8 articles

Screenshot API Webhook Integration Guide

webhook tutorial api

Configure HTTPS webhook endpoints, understand signed JSON payloads, implement an Express receiver, and learn retry semantics for async screenshot workflows.

Julien Sobrier March 24, 2026 Read →

cURL Screenshot API Quickstart

curl tutorial api

Start with one cURL call, then add country, device, PDF, automation steps, jq helpers, and a polling loop — with links to the live API reference.

Julien Sobrier March 21, 2026 Read →

Java Screenshot API: End-to-End Example

java tutorial api

Use Java 11 HttpClient plus Gson to call ScreenshotCenter: create a screenshot, poll /screenshot/info, and stream /screenshot/thumbnail to disk.

Julien Sobrier March 19, 2026 Read →

PHP Screenshot API: End-to-End Example

php tutorial api

A self-contained PHP 8+ script using cURL: create a screenshot job, poll /screenshot/info until it completes, then save the PNG from /screenshot/thumbnail.

Julien Sobrier March 17, 2026 Read →

Go Screenshot API: End-to-End Example

go tutorial api

Build a small Go program that requests a screenshot from ScreenshotCenter, polls until it finishes, downloads the PNG, and handles API errors — using only the standard library.

Julien Sobrier March 15, 2026 Read →

HTML to PDF API for Invoices and Reports

pdf tutorial api

Turn HTML invoice templates into paginated PDFs with controlled paper size, margins, headers, footers, and background graphics — plus cURL and JavaScript examples and a practical comparison with wkhtmltopdf and Puppeteer.

Julien Sobrier March 15, 2026 Read →

How to Capture a Website as PDF with an API

tutorial pdf api

Step-by-step guide to converting any web page into a print-ready PDF using the ScreenshotCenter API. Covers paper format, margins, headers, footers, and background graphics.

Julien Sobrier January 14, 2026 Read →

Best Screenshot API for Developers in 2026

comparison api guide

A developer-focused comparison of the top screenshot APIs in 2026. We evaluate ScreenshotCenter, Browshot, Urlbox, ScreenshotOne, and ApiFlash across output formats, automation, geo-routing, and pricing.

Julien Sobrier January 6, 2026 Read →