Q: Can I use this to host image in bulk using Google Sheet?
Consider this situation. I have a Google Sheet with a column-D which contains 1000 of image URLs in .png, .jpeg or .ico format.
Can I transform them all and host them in using MarkupGo API in other column-E in fly?
Usually a formula of a structure similar to this should work:
=CONCATENATE("https://api.markupgo.com/templates/64d1fd69ac847daab9270d77/render.png?dl&scale=1"; "&slug="; ENCODEURL(C2); "&logo="; ENCODEURL(D2))
Can something like this be possible with MarkupGo?
To give you an idea, I currently use following formula to grab favicons of websites using Clearbit API
=CONCATENATE("https://logo.clearbit.com/", B1, "?format=png&s=100")
Does MarkupGo also support fetching website screenshots or favicons in fly?
Thank you.

togedir
Aug 30, 2024A: Hi upstream 🙌,
We just released a new feature called 'Magic Template URL', which allows you to generate images or PDFs on the fly using a simple URL structure. Please check the documentation here: https://markupgo.com/docs/magic-template-url
We believe this feature will help you achieve your goal, but we're unsure about the 'scale' parameter you mentioned. Could you please provide more details about it? We’d be happy to have a quick chat with you to better understand your use case. Please reach out to us at hello@markupgo.com or chat with us on our website.
Regarding website screenshots, we do support them through our API, but it’s not yet available via the Magic Template URL. We’re working on it and will release it soon. Please check the documentation here for more details: https://markupgo.com/docs/api/image#post-image-from-url
You can also subscribe to our public roadmap. https://markupgo.featurebase.app/p/add-magic-page-url
As for fetching favicons, we don't support it.