So l built https://filepost.dev. One curl command:
curl -X POST https://filepost.dev/v1/upload
-H "X-API-Key: your_key"
-F "[email protected]"
You get back a permanent CDN URL. That's it. That's the whole product.
It is very useful for big Ecom websites that want to have a CDN and upload a lot of images and permanently refer to them in their products. And since it can be called through API, it a perfect for zapier and n8n automations.