Generate visual previews for shared links in chat apps, social platforms, and content aggregators.
Users share links without context. Text-only previews don't engage users or help them decide whether to click.
Generate thumbnail screenshots for every shared link, giving users a visual preview of the destination before clicking.
const res = await fetch("https://api.apiverve.com/v1/webscreenshots", { method: "POST", headers: { "x-api-key": "YOUR_API_KEY" } });
const { data } = await res.json();
console.log(data);