BI
Brainiall Image
/restore_face
Restore Face
Restore and enhance faces in an image with the Brainiall face-restoration engine. Detects all faces via RetinaFace, restores quality (fixes blur, noise, compre
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 /restore_face for me.
Input
| Field | Type | Description |
|---|---|---|
| image_base64* | string | Base64-encoded image data containing one or more faces. |
| upscale | integer | Output upscale factor: 1-4 (default: 2) default 2 |
| enhance_background | boolean | Enhance background with the Brainiall image-upscaling engine (default: true) default true |
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":"/restore_face","input":{"image_base64":"...","upscale":2,"enhance_background":true}}'cli
npx cracked-ai run -p mcp-com-brainiall-image -e /restore_face -i '{"image_base64":"...","upscale":2,"enhance_background":true}'mcp
run_tool({ provider: "mcp-com-brainiall-image", endpoint: "/restore_face", input: {"image_base64":"...","upscale":2,"enhance_background":true} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.