BeeIMG Image Hosting
BI
BeeIMG Image Hosting
/create_folder

Create Folder in Album

Create a sub-folder in an album. Returns the folder ID (9 chars) to use with upload_url/upload_file albumid parameter.

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 /create_folder for me.

Input

FieldTypeDescription
main_album_id*stringParent album ID (5 chars).
parent_id*stringFolder or album ID (5 or 9 chars) to place the folder in.
namestringFolder name (default "New Folder").
apikey*stringYour BeeIMG API key.

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":"/create_folder","input":{"main_album_id":"...","parent_id":"...","apikey":"..."}}'
cli
npx cracked-ai run -p mcp-com-beeimg-mcp -e /create_folder -i '{"main_album_id":"...","parent_id":"...","apikey":"..."}'
mcp
run_tool({ provider: "mcp-com-beeimg-mcp", endpoint: "/create_folder", input: {"main_album_id":"...","parent_id":"...","apikey":"..."} })

Try it

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