PI
PiPic Integration Guide
/check_image_supported
Check a file before uploading it
Given a filename, MIME type and/or byte size, says whether PiPic will accept the image and, if not, which error an upload would return. Use it to filter a file
liveverifiedunknown~5s typical
mcpprobedpipicintegrationguide
$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-cc-pipic-pipic /check_image_supported for me.
Input
| Field | Type | Description |
|---|---|---|
| filename | string | File name or path; the extension is used to infer the type. |
| contentType | string | MIME type, if you already know it. Takes precedence over filename. |
| sizeBytes | integer | File size in bytes, if known. |
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-cc-pipic-pipic","endpoint":"/check_image_supported","input":{}}'cli
npx cracked-ai run -p mcp-cc-pipic-pipic -e /check_image_supported -i '{}'mcp
run_tool({ provider: "mcp-cc-pipic-pipic", endpoint: "/check_image_supported", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.