May 31, 2021 5:27 am
Imgur integration is pretty simple. Currently, I'm using the public API which gives about 1,250 image uploads per day. There are a couple of bugs I'd fix in the JS in the existing code. The endpoint for the free endpoint is occasionally temperamental.
They have a zero cost (basic plan) API which allows 100,000 uploads per month. It's a little more work to implement this and I don't imagine we're close to hitting 1,250 image uploads, so I haven't bothered with it.
The free version has this caveat:
The Imgur API is free for non-commercial usage. Your application is probably free if you don't plan on making any money with it, or if it's open source.
They have a zero cost (basic plan) API which allows 100,000 uploads per month. It's a little more work to implement this and I don't imagine we're close to hitting 1,250 image uploads, so I haven't bothered with it.
The free version has this caveat:
The Imgur API is free for non-commercial usage. Your application is probably free if you don't plan on making any money with it, or if it's open source.
Last edited June 17, 2021 8:20 am