P
Pipe2.ai
/request_upload
request upload
Request a presigned S3 upload URL for a file. Use this for pipeline inputs that require file URLs (e.g., images, videos, audio). **Two-step upload flow:** 1. C
liveunknown~5s typical
mcppipe2.ai
$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-ai-pipe2-mcp /request_upload for me.
Input
| Field | Type | Description |
|---|---|---|
| content_type* | string | MIME type of the file (e.g., 'image/jpeg', 'image/png', 'video/mp4', 'audio/mpeg') |
| filename* | string | Name of the file to upload (e.g., 'photo.jpg', 'video.mp4') |
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-ai-pipe2-mcp","endpoint":"/request_upload","input":{"content_type":"...","filename":"..."}}'cli
npx cracked-ai run -p mcp-ai-pipe2-mcp -e /request_upload -i '{"content_type":"...","filename":"..."}'mcp
run_tool({ provider: "mcp-ai-pipe2-mcp", endpoint: "/request_upload", input: {"content_type":"...","filename":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.