Workspace Files
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
$0.0010
per call
plus $0.001 platform fee per run
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run files /put for me.

Input

FieldTypeDescription
path*stringDestination 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.