Would the image API work for this use case: I share a table or file of images of various sizes, and it uniformly compresses and resizes for display on my website?
A: Hi Evgeniy, we’re currently focusing on other exciting features and have chosen not to move forward with this one for now. Thanks for your understanding.
Hey I am looking for a solution that will allow me to use my own PDF design to just map out sections that contain text to make them dynamically. So would I be able to use my own designed PDF to upload it and map sections? Or even select areas where text is already there and then choose to had dynamic text inserted?
I am evaluating your api to export PDFs starting from html, the problem I see is with the margins, the output do not have any margin/white space on the 4 sides top, bottom, left, right. How do I fix this?
I love that you mention security applications and are open to giving us private use. Your privacy policy thought doesn't currently seem to back this up though since it should limit your ability to view/parse/analyze the content of our submitted documents, other than the direct purpose of providing the requested service/api call. Can you please add this so I can invest for business use and tier appropriately? It seems you're based in Germany, is that where all the data is processed? If we are just compiling something is any of the document inputs or final compiled output retained or analyzed by your company? It would be great to have your affirmations of privacy (which is integral to security) here.
We’ve just updated our Privacy Policy to make our data practices clearer. To confirm: • We do not view, parse, or analyze your documents beyond delivering the service. • All files are stored securely on Cloudflare R2, with data processed across its global network. • Documents are never used for advertising, AI training, or shared without consent. • NSFW checks are done via automated, non-human systems for compliance only. • Analytics tools like Microsoft Clarity cannot access any document content.
Let us know if you have any further questions — happy to support your business use!
Looking for a solution if possible for a url of regulations, case law and convert to pdf to load up in ai tools to create a knowledge base for usage to analyse arguments for cases, monitor regulations against actual for compliance and governance. Looking to establish a data library, lake or whatever you call it with storage of information to be used with various ai tools, many of the ai tools I use are from appsumo, now trying to get the specific knowledge into the model, more difficult than first thought. The siloed data on the Web not allowing input so need some way to get it inside, getting markdown approach maybe only solution.
A: Hello Ding22811, we’re not entirely sure what you meant by your message, but if you provide a URL to the MarkupGo API, we can convert it to a PDF. For more details, feel free to reach out to us at hello@markupgo.com.
In one way, this feels much more powerful than https://screenshotone.com/ but I still can't find an easier way to take clean screenshot image from any URL using MarkupGo?
Can you please help me understand how can I use MarkupGo as ScreenshotOne alternative?
I believe https://markupgo.com/docs/api/image#post-image-from-url is something close but does it support magic URL? only then I will be able to create bulk screenshot images in Google Sheet using website URLs in one column and screenshot image in other.
A: Hi upstream, screenshotone.com is a great tool! The difference between MarkupGo and ScreenshotOne is that MarkupGo only visits the URL and takes a screenshot of the website, while ScreenshotOne does some additional processing like removing ads, popups, etc.
Unfortunately, MarkupGo does not support such flow as of now, our main focus is on file conversion and manipulation.
MagicURL is only works for HTML templates so if you want to take screenshots of websites, you can use our API or node package.
We will consider adding this feature in the future. 🙌
If we was to create PDF/ebook for community members and wanted to reach a global audience to make this translate in all their languages, is this possible?
We don’t currently support translation on our platform. However, if you provide a translated version of your content using the same template while making API request, that’s absolutely possible! 😊
1. You can check out blog post and tutorial videos. https://markupgo.com/blog 2. Not directly but you can use a node-code automation tools like make.com. Please check this tutorial. https://markupgo.com/blog/make-com-image-generation-with-markupgo 3. Yes 🙌
A: Hi pandacat, 🙌 if you purchase 2 coupons, the image transformation API will be enabled. Please note that this API only works for files generated by our platform. ☺️
It seems that the Appsumo deal is restricted to the Lite plan irrespective of which of the 7 plans on Appsumo you choose; in other words even though, at the higher AS levels you have a hybrid of the quotas of the Plus and Pro plans, you are still only on the Lite plan. Is that correct? Thanks in advance. Regards Paul
Yes, it is true. All tiers in the deal match the Lite plan features; the only difference between the tiers is the credit limits. You will receive all updates on the Lite plan, whether you choose Tier 1 or Tier 7.
We have a specific need where we will need to generate around 10,000 pdfs in January and less than 1,000 all year round. Is there anything that might work for us instead of paying the equivalent of 10,000 pdf credits all year round? Also, if I understood from other users' questions it takes 3 credits to generate a PDF?
Yes, it is true; generating a PDF consumes 3 credits. For quota requests, please write to us at hello@markupgo.com, and we’ll do our best to assist you. 😊
I'm not sure that there was a clear answer on whether credits accumulate. Should one take that as a no, they don't, due to a lack of a specific response? Many thanks in advance. Kind regards, Paul
Q: Moving Generated PDFs to Our Server + Automating Call-to-Action for Lead Generation
We are a e-commerce specializing in handmade products. Our catalog currently boasts over 8,000 unique items. We're very interested in MarkupGo's URL to PDF feature to generate individual product catalogs for each of our items. We envision creating a downloadable PDF for each product page, allowing our customers to easily access detailed information and high-quality images offline. 1.Moving Generated PDFs to Your Server: What options are available for automatically transferring the generated PDF catalogs to our own server? 2.Automating Call-to-Action for Lead Generation: We'd like to automate the process of collecting leads by offering the PDF catalog as a download. Can MarkupGo help us create a "Leave your email to receive the link to download the product catalog" call-to-action? Any additional information would be incredibly useful
1 - Moving PDFs to Your Server: Since we don’t currently interact with APIs or custom storage, you’ll need to manually handle transferring PDFs to your server. Two options: (1) Use the Magic URL with json=true query parameter to fetch the PDF URL, then download it with a script, or (2) grab the binary response directly from the Magic URL and save it. Both approaches work for your needs but require your team to manage the process.
2- Automating Lead Gen CTA: We don’t integrate with email forms or automation tools, so you’ll need to handle the "leave your email" workflow on your side. For example, collect emails via your site, then trigger the Magic URL to generate and deliver the PDF after submission.
Note: For Magic URL security and to avoid unnecessary credit consumption (especially if exposed publicly), please check details here: https://markupgo.com/docs/magic-template-url#credits-consumption-caching.
Q: Can I have dynamic images and text via the Image Transformation API?
I have the following use case: I have an automation where I create articles with their featured images that I want to turn into social posts.
For this, I'd love to create a number of templates and dynamically pass through the image (ideally via the direct image URL) and the text for one template at a time.
Is this something that I could achieve with MarkupGo? I have to admit that I got inspired by Robolly to do this and it would be amazing if I could build my templates with your LTD instead :)
Yes, it looks like this is doable with our Magic Template URL feature. Once you’ve created your template, you can generate your images via a single URL by passing the parameters to it—no need to set up code or handle any developer tasks. Here’s the detailed documentation for this:
Thanks for sharing that link, it looks like the Social Media Images is what I'm looking for: "Design a template for social media posts and generate images for each post using Magic URL."
Could you confirm that I can also pass an image as a parameter to my template, next to the different text parameters? (Only as I couldn't find that information)
Your question seems to involve more than one answer. Could you please email us with the details of your question at hello@markupgo.com or reach out via chat on our website?
Q: Auto Form Filling
Hi, can I upload PDF as a template and make a push request via API to auto form fill into the PDF?
togedir
Aug 16, 2025A: Hi Noah_Moses, unfortunately this isn’t possible. We only allow HTML for template creation.
Share MarkupGo
Q: Image API
Would the image API work for this use case: I share a table or file of images of various sizes, and it uniformly compresses and resizes for display on my website?
togedir
Aug 9, 2025A: Hi 454925a99de64ebbba85baf5b2260db7, unfortunately this is not possible. We only allow image transformation that generated by our platform.
Share MarkupGo
Q: Screenshots
Hello! Any update about creating screenshots from the link (half or more year ago I asked about this future )
Thanks
togedir
Jul 29, 2025A: Hi Evgeniy, we’re currently focusing on other exciting features and have chosen not to move forward with this one for now. Thanks for your understanding.
Share MarkupGo
Q: Can we use our own design?
Hey I am looking for a solution that will allow me to use my own PDF design to just map out sections that contain text to make them dynamically. So would I be able to use my own designed PDF to upload it and map sections? Or even select areas where text is already there and then choose to had dynamic text inserted?
togedir
Jun 16, 2025A: Hi there, yes it is possible. Please check our blog post about creating your own template https://markupgo.com/blog/reusable-templates
Share MarkupGo
What about actual PDF books though not just a single image PDF?
Q: Is there a list of templates as it is difficult to know whether to buy Tier 3
without knowing what unlimited templates means
togedir
Jun 9, 2025A: Hi LTDLover954,
Most templates on MarkupGo are created by users themselves. If you need to create many templates, we recommend Tier 3 for unlimited access.
You can explore existing templates for reference in the Template Editor, top-right corner:
https://markupgo.com/editor
Let us know if you have any questions!
Share MarkupGo
Q: Can the image transformation API be used to bulk reduce the size of all images in a document or
do I have to edit each image with it?
togedir
Jun 9, 2025A: Hi LTDLover954,
Unfortunately, we don’t support bulk operations on the Transformation API.
Share MarkupGo
Q: Html to PDF
I am evaluating your api to export PDFs starting from html, the problem I see is with the margins, the output do not have any margin/white space on the 4 sides top, bottom, left, right. How do I fix this?
togedir
Jun 9, 2025A: Hi 74477bdb39c0403686463f04301b4901,
Please check this link. You can specify the margins by using the options field in your request body.
https://markupgo.com/docs/api/pdf#pdf-properties
Share MarkupGo
Q: Love the security aspect
I love that you mention security applications and are open to giving us private use. Your privacy policy thought doesn't currently seem to back this up though since it should limit your ability to view/parse/analyze the content of our submitted documents, other than the direct purpose of providing the requested service/api call. Can you please add this so I can invest for business use and tier appropriately? It seems you're based in Germany, is that where all the data is processed? If we are just compiling something is any of the document inputs or final compiled output retained or analyzed by your company? It would be great to have your affirmations of privacy (which is integral to security) here.
togedir
May 3, 2025A: Hi luNmfnT+_tqr69tdw9.O,
Thank you for your thoughtful feedback!
We’ve just updated our Privacy Policy to make our data practices clearer. To confirm:
• We do not view, parse, or analyze your documents beyond delivering the service.
• All files are stored securely on Cloudflare R2, with data processed across its global network.
• Documents are never used for advertising, AI training, or shared without consent.
• NSFW checks are done via automated, non-human systems for compliance only.
• Analytics tools like Microsoft Clarity cannot access any document content.
Let us know if you have any further questions — happy to support your business use!
Share MarkupGo
Q: Url to pdf
Looking for a solution if possible for a url of regulations, case law and convert to pdf to load up in ai tools to create a knowledge base for usage to analyse arguments for cases, monitor regulations against actual for compliance and governance. Looking to establish a data library, lake or whatever you call it with storage of information to be used with various ai tools, many of the ai tools I use are from appsumo, now trying to get the specific knowledge into the model, more difficult than first thought. The siloed data on the Web not allowing input so need some way to get it inside, getting markdown approach maybe only solution.
togedir
Apr 19, 2025A: Hello Ding22811, we’re not entirely sure what you meant by your message, but if you provide a URL to the MarkupGo API, we can convert it to a PDF. For more details, feel free to reach out to us at hello@markupgo.com.
Share MarkupGo
Q: Is there an option for PDF to PNG/JPG?
Trying to see if we can also convert a PDF to an image.
togedir
Apr 17, 2025A: Hi Fractal, unfortunately we don’t support PDF to image conversion.
Share MarkupGo
Q: Can this be alternative to Screenshotone ?
In one way, this feels much more powerful than https://screenshotone.com/ but I still can't find an easier way to take clean screenshot image from any URL using MarkupGo?
Can you please help me understand how can I use MarkupGo as ScreenshotOne alternative?
I believe https://markupgo.com/docs/api/image#post-image-from-url is something close but does it support magic URL? only then I will be able to create bulk screenshot images in Google Sheet using website URLs in one column and screenshot image in other.
Please look into this possibility.
togedir
Dec 20, 2024A: Hi upstream, screenshotone.com is a great tool! The difference between MarkupGo and ScreenshotOne is that MarkupGo only visits the URL and takes a screenshot of the website, while ScreenshotOne does some additional processing like removing ads, popups, etc.
Unfortunately, MarkupGo does not support such flow as of now, our main focus is on file conversion and manipulation.
MagicURL is only works for HTML templates so if you want to take screenshots of websites, you can use our API or node package.
We will consider adding this feature in the future. 🙌
Share MarkupGo
Hi
Also looking for options like in Screenshot one
Will you add this and if yes what about your Tat?
Thank you
Verified purchaser
Have the same needs
Clean page, complete content
@togedir any news ?
Q: Is multilingual available?
If we was to create PDF/ebook for community members and wanted to reach a global audience to make this translate in all their languages, is this possible?
togedir
Apr 10, 2025A: Hi PriceJoseph,
We don’t currently support translation on our platform. However, if you provide a translated version of your content using the same template while making API request, that’s absolutely possible! 😊
Share MarkupGo
Q: pre sales questions
1. is there a walkthrough video to get this set up?
2. can it create a pdf from google sheet?
3. is it possible to automate on make or zapier?
togedir
Apr 7, 2025A: Hi Chachi,
1. You can check out blog post and tutorial videos. https://markupgo.com/blog
2. Not directly but you can use a node-code automation tools like make.com. Please check this tutorial. https://markupgo.com/blog/make-com-image-generation-with-markupgo
3. Yes 🙌
Share MarkupGo
Q: Can it be converted through images instead of HTML?
For example, I have a jpg template for an invoice, and I want to fill in text in two places on the invoice. Is this possible?
togedir
Mar 24, 2025A: Hi Johnny_Wong 🙌, unfortunately, it is not possible. MarkupGo only supports HTML templates for image and PDF conversion.
Share MarkupGo
Q: Any chance of getting Image Transformation on higher Tiers?
Thanks for coming to AppSumo. So sad to see image transformation isn't included at any Tier. Any chance you'd consider adding this to higher Tiers?
Thx.
togedir
Mar 8, 2025A: Hi pandacat, 🙌 if you purchase 2 coupons, the image transformation API will be enabled. Please note that this API only works for files generated by our platform. ☺️
Share MarkupGo
Q: Lite Plus Pro Plans
It seems that the Appsumo deal is restricted to the Lite plan irrespective of which of the 7 plans on Appsumo you choose; in other words even though, at the higher AS levels you have a hybrid of the quotas of the Plus and Pro plans, you are still only on the Lite plan. Is that correct? Thanks in advance.
Regards
Paul
togedir
Mar 3, 2025A: Hi HedonistEntrepreneur,
Yes, it is true. All tiers in the deal match the Lite plan features; the only difference between the tiers is the credit limits. You will receive all updates on the Lite plan, whether you choose Tier 1 or Tier 7.
Share MarkupGo
Q: Do credits accumulate?
We have a specific need where we will need to generate around 10,000 pdfs in January and less than 1,000 all year round. Is there anything that might work for us instead of paying the equivalent of 10,000 pdf credits all year round? Also, if I understood from other users' questions it takes 3 credits to generate a PDF?
togedir
Feb 16, 2025A: Hi Danrez 🙌
Yes, it is true; generating a PDF consumes 3 credits. For quota requests, please write to us at hello@markupgo.com, and we’ll do our best to assist you. 😊
Share MarkupGo
Verified purchaser
I'm not sure that there was a clear answer on whether credits accumulate. Should one take that as a no, they don't, due to a lack of a specific response? Many thanks in advance. Kind regards, Paul
Q: Moving Generated PDFs to Our Server + Automating Call-to-Action for Lead Generation
We are a e-commerce specializing in handmade products. Our catalog currently boasts over 8,000 unique items. We're very interested in MarkupGo's URL to PDF feature to generate individual product catalogs for each of our items. We envision creating a downloadable PDF for each product page, allowing our customers to easily access detailed information and high-quality images offline.
1.Moving Generated PDFs to Your Server: What options are available for automatically transferring the generated PDF catalogs to our own server?
2.Automating Call-to-Action for Lead Generation: We'd like to automate the process of collecting leads by offering the PDF catalog as a download. Can MarkupGo help us create a "Leave your email to receive the link to download the product catalog" call-to-action?
Any additional information would be incredibly useful
togedir
Feb 24, 2025A: Hi navid7, thanks for your question.
1 - Moving PDFs to Your Server: Since we don’t currently interact with APIs or custom storage, you’ll need to manually handle transferring PDFs to your server. Two options: (1) Use the Magic URL with json=true query parameter to fetch the PDF URL, then download it with a script, or (2) grab the binary response directly from the Magic URL and save it. Both approaches work for your needs but require your team to manage the process.
2- Automating Lead Gen CTA: We don’t integrate with email forms or automation tools, so you’ll need to handle the "leave your email" workflow on your side. For example, collect emails via your site, then trigger the Magic URL to generate and deliver the PDF after submission.
Note: For Magic URL security and to avoid unnecessary credit consumption (especially if exposed publicly), please check details here: https://markupgo.com/docs/magic-template-url#credits-consumption-caching.
Share MarkupGo
Q: Can I have dynamic images and text via the Image Transformation API?
I have the following use case: I have an automation where I create articles with their featured images that I want to turn into social posts.
For this, I'd love to create a number of templates and dynamically pass through the image (ideally via the direct image URL) and the text for one template at a time.
Is this something that I could achieve with MarkupGo? I have to admit that I got inspired by Robolly to do this and it would be amazing if I could build my templates with your LTD instead :)
togedir
Feb 21, 2025A: Hi denniskamprad,
Yes, it looks like this is doable with our Magic Template URL feature. Once you’ve created your template, you can generate your images via a single URL by passing the parameters to it—no need to set up code or handle any developer tasks. Here’s the detailed documentation for this:
https://markupgo.com/docs/magic-template-url
Share MarkupGo
Verified purchaser
Thanks for sharing that link, it looks like the Social Media Images is what I'm looking for: "Design a template for social media posts and generate images for each post using Magic URL."
Could you confirm that I can also pass an image as a parameter to my template, next to the different text parameters? (Only as I couldn't find that information)
Hi denniskamprad, as long as your image is a URL, you can pass it to your template by using the URL parameter.
Verified purchaser
That's great to know - I just got myself three codes to start with :)
Q: API Limitations
Hello,
- Are there any API limitations?
togedir
Feb 22, 2025A: Hi NAGOC,
Your question seems to involve more than one answer. Could you please email us with the details of your question at hello@markupgo.com or reach out via chat on our website?
Share MarkupGo
Verified purchaser
Allow me to elaborate: Are there any restrictions on the number of API requests per day?
Hi NAGOC, there is no limit until you’ve used up all your credits! ☺️