P
Pixly
/upload_image_from_url
upload image from url
Rarely needed: generation tools take an imageUrl directly. Use this only to import a photo into Pixly ahead of time, e.g. to reuse one URL across several tools
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 /upload_image_from_url for me.
Input
| Field | Type | Description |
|---|---|---|
| url* | string | Publicly reachable image URL (JPG/PNG/WebP, max 10 MB) to import into Pixly |
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":"/upload_image_from_url","input":{"url":"..."}}'cli
npx cracked-ai run -p mcp-app-pixly-pixly -e /upload_image_from_url -i '{"url":"..."}'mcp
run_tool({ provider: "mcp-app-pixly-pixly", endpoint: "/upload_image_from_url", input: {"url":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.