Generate certificates, badges, and awards dynamically.
Creating individual certificates for each recipient is time-consuming and error-prone.
Use HTML templates with dynamic data to generate personalized certificates automatically.
const res = await fetch("https://api.apiverve.com/v1/htmltoimage", { method: "POST", headers: { "x-api-key": "YOUR_API_KEY" } });
const { data } = await res.json();
console.log(data);