const payload = {
id: PODCAST_TEMPLATE_ID,
context: {
episode: "#23",
title: "The Future of Technology",
description: "Discussing the future of technology with industry experts.",
}
};
// For Image
markupgo.image.fromTemplate(payload).json();
// For PDF
markupgo.pdf.fromTemplate(payload).json();
const files = [
"report-1.xlsx",
"report-2.docx",
"report-3.pptx"
];
markupgo.office.convert(files).json();
const input = {
markdown: "# Hello World",
css: "h1 { color: #f2f2f2; }",
}
// For Image
markupgo.image.fromMarkdown(input).json();
// For PDF
markupgo.pdf.fromMarkdown(input).json();
const url = "https://markupgo.com";
// For Image
markupgo.image.fromUrl(url).json();
// For PDF
markupgo.pdf.fromUrl(url).buffer();
Enhance, resize, and optimize your images with our advanced tools. Deliver stunning visuals every time. Query-string based API for easy integration.
Choose the plan that best fits your requirements. Scale your projects with confidence.
Lite
$29
/month
Plus
$49
/month
Pro
$99
/month