BI
Brainiall Image
/remove_background
Remove Background
Remove the background from an image. Uses Brainiall Cutout engine segmentation to precisely separate foreground from background. Returns a base64-encoded image
liveverifiedunknown~5s typical
mcpprobedbrainiallimage
$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-brainiall-image /remove_background for me.
Input
| Field | Type | Description |
|---|---|---|
| image_base64* | string | Base64-encoded image data. Supports PNG, JPEG, and WebP formats. |
| output_format | string | Output image format: 'png' (default, with transparency) or 'webp' default "png" |
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-brainiall-image","endpoint":"/remove_background","input":{"image_base64":"...","output_format":"png"}}'cli
npx cracked-ai run -p mcp-com-brainiall-image -e /remove_background -i '{"image_base64":"...","output_format":"png"}'mcp
run_tool({ provider: "mcp-com-brainiall-image", endpoint: "/remove_background", input: {"image_base64":"...","output_format":"png"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.