Official SDKs
Install the ToolCenter SDK in your favorite language and start automating screenshots, PDFs, QR codes, OG images, and metadata extraction in minutes.
Installation
npm install toolcenter
Requires Node.js 14 or higher. Zero dependencies.
Quick Start
const ToolCenter = require('toolcenter');
const client = new ToolCenter('your-api-key');
// Take a screenshot
const screenshot = await client.screenshot({
url: 'https://example.com',
width: 1280,
height: 720,
format: 'png',
fullPage: true,
});
// Generate a PDF
const pdf = await client.pdf({
url: 'https://example.com',
format: 'A4',
});
Ready to get started?
Sign up for free and get 100 API requests per month. No credit card required.