Archive web pages and documentation as searchable PDF files.
Web content changes over time. Organizations need to archive web pages for compliance, legal records, or documentation purposes.
Convert any URL to a PDF archive. Capture the full page including JavaScript-rendered content. Store PDFs for long-term record keeping and compliance documentation.
const res = await fetch("https://api.apiverve.com/v1/htmltopdf", { method: "POST", headers: { "x-api-key": "YOUR_API_KEY" } });
const { data } = await res.json();
console.log(data);