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
| Field | Type | Description |
|---|---|---|
| url* | string | Remote image URL to fetch and host. |
| apikey | string | Your BeeIMG API key. Required for album uploads and all delete requests. Get it at https:/ |
| albumid | string | Album or folder ID to place the image in. Accepts both 5-char master album IDs and 9-char |
| privacy | string (public | private | truly-private) | public (default), private (unlisted - hidden from search but accessible via link), or trul |
| title | string | Optional 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.