From af5ac7bc83895e285c6c515b1344a4b3ea77abea Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Wed, 19 Jan 2022 18:04:30 -0500 Subject: [PATCH] Add Imgbb API to Cloud Storage & File Sharing --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cca65987..fb581113 100644 --- a/README.md +++ b/README.md @@ -323,6 +323,7 @@ API | Description | Auth | HTTPS | CORS | | [File.io](https://www.file.io) | Super simple file sharing, convenient, anonymous and secure | No | Yes | Unknown | | [GoFile](https://gofile.io/api) | Unlimited size file uploads for free | `apiKey` | Yes | Unknown | | [Google Drive](https://developers.google.com/drive/) | File Sharing and Storage | `OAuth` | Yes | Unknown | +| [Imgbb](https://api.imgbb.com/) | Simple and quick private image sharing | `apiKey` | Yes | Unknown | | [OneDrive](https://dev.onedrive.com/) | File Sharing and Storage | `OAuth` | Yes | Unknown | | [Pantry](https://getpantry.cloud/) | Free JSON storage for small projects | No | Yes | Yes | | [Pastebin](https://pastebin.com/doc_api) | Plain Text Storage | `apiKey` | Yes | Unknown |