mcp
M
mcp
/upload_media

Upload Media

Upload a local image, video, or audio file to BudgetPixel and get back a short-lived URL (valid ~24h) to use as a generation input: pass it as an input_images v

liveverifiedunknown~5s typical
mcpprobedmcp
$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-budgetpixel-mcp /upload_media for me.

Input

FieldTypeDescription
file*stringThe file to upload, as raw base64 or a data URI (data:image/png;base64,...). Read the loca

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-budgetpixel-mcp","endpoint":"/upload_media","input":{"file":"..."}}'
cli
npx cracked-ai run -p mcp-com-budgetpixel-mcp -e /upload_media -i '{"file":"..."}'
mcp
run_tool({ provider: "mcp-com-budgetpixel-mcp", endpoint: "/upload_media", input: {"file":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.