C
cnvs.app
/add_image
Add Image
Place a raster or SVG image on the board at (x, y) with explicit width/height in board pixels. `data_url` MUST be a `data:image/(png|jpeg|gif|webp|svg+xml);base
liveverifiedunknown~5s typical
mcpprobedcnvs.app
$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-app-cnvs-whiteboard /add_image for me.
Input
| Field | Type | Description |
|---|---|---|
| board_id* | string | |
| id | string | |
| x* | number | |
| y* | number | |
| width* | number | |
| height* | number | |
| data_url* | string | |
| thumb_data_url | string | |
| author | string | |
| access_key | string | 8-character lowercase alphanumeric board access key when the board is locked (legacy 6-cha |
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-app-cnvs-whiteboard","endpoint":"/add_image","input":{"board_id":"...","x":1,"y":1,"width":1,"height":1,"data_url":"..."}}'cli
npx cracked-ai run -p mcp-app-cnvs-whiteboard -e /add_image -i '{"board_id":"...","x":1,"y":1,"width":1,"height":1,"data_url":"..."}'mcp
run_tool({ provider: "mcp-app-cnvs-whiteboard", endpoint: "/add_image", input: {"board_id":"...","x":1,"y":1,"width":1,"height":1,"data_url":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.