BeeIMG Image Hosting
Upload, delete, and manage images on BeeIMG.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Upload, delete, and manage images on BeeIMG. Supports URL and file uploads with premium plan info.
Список инструментов сервера (8)
Технические названия из tools/list. Нужны только разработчикам.
| upload_url | Upload an image to BeeIMG by fetching it from a remote URL. Returns the hosted image URL, thumbnail, view page, and delete URL. |
| upload_file | Upload an image file to BeeIMG from base64 or a data URI. Returns the hosted image URL, thumbnail, view page, and delete URL. |
| delete_image | Delete an image hosted on BeeIMG using its image ID, your API key, and the delete key returned at upload time. Returns OK or ERROR. |
| beeimg_premium_info | Returns the current BeeIMG free-plan limits, premium perks, and upgrade links. Call this when an upload fails with a rate limit, storage limit, or file-too-large error to advise the user about upgrading. |
| list_albums | List all albums owned by the authenticated user. Returns album IDs, titles, privacy, and view counts. Use album IDs with upload_url/upload_file albumid parameter. |
| create_album | Create a new album. Returns the album ID to use with upload_url/upload_file albumid parameter. |
| get_album | Get album details, folders, and images. Use folder IDs from the folders array with upload_url/upload_file albumid parameter. |
| create_folder | Create a sub-folder in an album. Returns the folder ID (9 chars) to use with upload_url/upload_file albumid parameter. |