BeeIMG Image Hosting
BI
BeeIMG Image Hosting
/upload_file

Upload Image File

Upload an image file to BeeIMG from base64 or a data URI. Returns the hosted image URL, thumbnail, view page, and delete URL.

liveverifiedunknown~5s typical
mcpprobedbeeimgimagehosting
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-beeimg-mcp /upload_file for me.

Input

FieldTypeDescription
image*stringThe image as a data URI (e.g. data:image/png;base64,....) or raw base64.
filenamestringOptional original filename (used to detect the extension and default title).
apikeystringYour BeeIMG API key. Required for album uploads and all delete requests. Get it at https:/
albumidstringAlbum or folder ID to place the image in. Accepts both 5-char master album IDs and 9-char
privacystring (public | private | truly-private)public (default), private (unlisted - hidden from search but accessible via link), or trul
titlestringOptional title for the image.

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-beeimg-mcp","endpoint":"/upload_file","input":{"image":"..."}}'
cli
npx cracked-ai run -p mcp-com-beeimg-mcp -e /upload_file -i '{"image":"..."}'
mcp
run_tool({ provider: "mcp-com-beeimg-mcp", endpoint: "/upload_file", input: {"image":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.