BeeIMG Image Hosting
BI
BeeIMG Image Hosting
/upload_url

Upload Image by URL

Upload an image to BeeIMG by fetching it from a remote URL. 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_url for me.

Input

FieldTypeDescription
url*stringRemote image URL to fetch and host.
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_url","input":{"url":"..."}}'
cli
npx cracked-ai run -p mcp-com-beeimg-mcp -e /upload_url -i '{"url":"..."}'
mcp
run_tool({ provider: "mcp-com-beeimg-mcp", endpoint: "/upload_url", input: {"url":"..."} })

Try it

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