Pixly
P
Pixly
/create_upload_ticket

create upload ticket

Get a presigned upload URL for a LOCAL image file — the one case a URL can't cover. PUT the file to uploadUrl with the same Content-Type, then pass the returned

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 /create_upload_ticket for me.

Input

FieldTypeDescription
filename*stringOriginal filename, used for the extension
contentType*string (image/jpeg | image/png | image/webp | image/heic | image/heif | image/tiff)MIME type the PUT request will send
sizeBytesintegerExact byte size of the file. Recommended: when given it is signed into the URL, so the upl

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":"/create_upload_ticket","input":{"filename":"...","contentType":"image/jpeg"}}'
cli
npx cracked-ai run -p mcp-app-pixly-pixly -e /create_upload_ticket -i '{"filename":"...","contentType":"image/jpeg"}'
mcp
run_tool({ provider: "mcp-app-pixly-pixly", endpoint: "/create_upload_ticket", input: {"filename":"...","contentType":"image/jpeg"} })

Try it

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