WF
Workspace Files
/put
Get upload URL
Returns a signed URL; PUT your bytes to it with curl (no auth header needed). Valid 1 hour.
liveverifieddegraded · 434ms
filesuploadstorage
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run files /put for me.
Input
| Field | Type | Description |
|---|---|---|
| path* | string | Destination path, e.g. audio/call.mp3 |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"files","endpoint":"/put","input":{"path":"..."}}'cli
npx cracked-ai run -p files -e /put -i '{"path":"..."}'mcp
run_tool({ provider: "files", endpoint: "/put", input: {"path":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.