// Generate an OG image
const response = await fetch(
'https://pixsnap.dev/api/og?' + new URLSearchParams({
title: 'My Awesome Blog Post',
description: 'Learn how to build amazing things',
theme: 'dark'
}),
{
headers: {
'Authorization': 'Bearer pxs_your_api_key'
}
}
);
// Returns a PNG imageEverything you need to enhance your applications with dynamic image generation and metadata extraction.
Generate beautiful Open Graph images dynamically for your blog posts, products, and social shares.
Create customizable QR codes with logos, colors, and various formats. Perfect for marketing and apps.
Generate placeholder images of any size for your development and prototyping needs.
Extract titles, descriptions, images, and more from any URL. Great for link previews.
Edge-deployed for minimal latency worldwide.
99.9% uptime SLA with encrypted API keys.
Track your API usage with detailed dashboards.