P
Pixly
/edit_staged_photo
edit staged photo
Apply a specific change to a previously staged photo (swap the sofa, add a rug) while preserving everything else. Costs credits from the user's Pixly balance.
liveunknown~5s typical
mcppixly
$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-pixly-pixly /edit_staged_photo for me.
Input
| Field | Type | Description |
|---|---|---|
| imageUrl | string | URL of the PREVIOUS staged result to edit (the resultUrls entry from its job). Either imag |
| r2Path | string | R2 path of the previous staged result — the alternative to imageUrl. |
| style* | string | Style id, used as context to match new elements |
| customInstructions* | string | The concrete edit to apply, e.g. "change the sofa to grey" |
| sourceJobId | string | Job the edited result came from (lineage) |
| sourceResultIndex | integer | Which variation was edited |
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-pixly-pixly","endpoint":"/edit_staged_photo","input":{"style":"...","customInstructions":"..."}}'cli
npx cracked-ai run -p mcp-app-pixly-pixly -e /edit_staged_photo -i '{"style":"...","customInstructions":"..."}'mcp
run_tool({ provider: "mcp-app-pixly-pixly", endpoint: "/edit_staged_photo", input: {"style":"...","customInstructions":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.