How to add dynamic text overlays to Instagram posts (alternatives to Cloudinary?)
I'm building an n8n workflow to automate image posts to Instagram, and I need to add text overlays to the images before they are published.
I’d like to avoid Cloudinary. It's a great tool, but I find it too expensive just for simple text manipulation.
Two questions for you all:
Does the Instagram API provide native support for adding text overlays during the upload process that an n8n node can hit?
If not, what are your favorite cost-effective (or self-hosted) n8n-friendly alternatives for image processing?
Thanks in advance!