From HTML to PDF, our API ensures precise and accurate conversions.
Register for free →curl -X POST 'https://api.asia.pagesnap.co/snap' \
-u 'apiname:apipassword' \
-H 'Content-Type: application/json' \
-d '{
"sandbox": true,
"webhook_url": "https://your-webhook-url.com",
"contents": {
"urls": ["https://en.wikipedia.org/wiki/Tech"]
}
}'
import requests
response = requests.post('https://api.asia.pagesnap.co/snap',
auth=('apiname', 'apipassword'),
json={
"sandbox": True,
"webhook_url": "https://your-webhook-url.com",
"contents": {
"urls": ["https://en.wikipedia.org/wiki/Tech"]
}
}
)
const axios = require('axios');
axios.post('https://api.asia.pagesnap.co/snap', {
sandbox: true,
webhook_url: "https://your-webhook-url.com",
contents: {
urls: ["https://en.wikipedia.org/wiki/Tech"]
}
}, {
auth: {
username: 'apiname',
password: 'apipassword'
}
});
<?php
$data = array(
'sandbox' => true,
'webhook_url' => 'https://your-webhook-url.com',
'contents' => array(
'urls' => array('https://en.wikipedia.org/wiki/Tech')
)
);
$ch = curl_init('https://api.asia.pagesnap.co/snap');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($data));
curl_setopt($ch, CURLOPT_HTTPHEADER, array(
'Content-Type: application/json',
'Authorization: Basic ' . base64_encode("apiname:apipassword")
));
$result = curl_exec($ch);
require 'httparty'
response = HTTParty.post('https://api.asia.pagesnap.co/snap',
basic_auth: {username: 'apiname', password: 'apipassword'},
body: {
sandbox: true,
webhook_url: "https://your-webhook-url.com",
contents: {
urls: ["https://en.wikipedia.org/wiki/Tech"]
}
}.to_json,
headers: {}'Content-Type' => 'application/json'}
)
Understand How PageSnap.co Works in Under 3 Minutes.
POWERED BY AWS SERVERLESS
PRECISE PDF CAPTURE WITH CHROME
RELIABLE SERVICE, 99% UPTIME
Convert web pages to PDFs with Chrome's precision, guaranteeing outputs that mirror Chrome print results. Our API ensures pixel-perfect accuracy in every conversion. Achieve impeccable PDF quality with minimal effort.
With over 30 customizable options, our API empowers developers to create tailored PDFs. Easily modify footers, CSS styling, and more for perfect results.
Effortlessly batch submit large-scale PDF conversion requests and receive real-time notifications via webhook upon completion. Conveniently retrieve your converted PDFs within your user dashboard, ensuring a seamless and efficient workflow throughout the process.
Users can securely store their generated PDFs in either our AWS S3 bucket or their own. If opting for our S3 storage, PDFs will be retained for 2 days before being permanently deleted. This ensures both flexibility and data security, catering to your specific storage preferences.
PageSnap allows converting documents to PDFs, capturing screenshots, and creating images. It's ideal for generating invoices, exporting documents, and more.
To use PageSnap, submit a request to our API with the target website URLs or HTML content. PageSnap will process the content into a PDF and notify your app via webhook with PDF download links, either from our AWS S3 or your own AWS S3 bucket.
Yes, you can start with 60 free credits each month without needing to provide credit card details. At the start of each month, PageSnap will verify if your account has had login activity within the past 30 days. If it has, PageSnap will automatically top up your account to ensure it has at least 60 credits.
Simply register for a free account and verify your email address to enjoy the free trial credits.
PageSnap utilizes Chromium for precise rendering and leverages a robust server infrastructure on AWS to ensure 99.9% uptime.
Documents stored on Amazon S3 follow Amazon's privacy policy. PageSnap also allows direct storage to your S3 for enhanced privacy.
Each credit covers a 5MB document conversion. Larger documents use more credits (e.g., a 9MB document uses 2 credits).
Upon submitting your request, you will receive an HTTP 402 - Insufficient Credit response.
Yes, you can subscribe to multiple plans based on your needs. Each subscription plan operates independently but will add credits to your account on a monthly basis.
Yes, you can cancel any or all of your subscriptions at any time through the PageSnap dashboard under the Billing section. You can even cancel immediately after subscribing to make a one-time purchase without incurring recurring monthly charges.
Your purchased credits will never expire and will remain permanently in your PageSnap account. Newly added credits from the monthly subscription will accumulate in your account until you use them to generate PDFs.
If you have any questions or need assistance with PageSnap, you can contact our support team by emailing [email protected]