WF
Workspace Files
/cat
Get download URL
Signed, temporary public URL for a stored file (default 1 hour). Pass it to any tool that takes a URL.
liveverifiedstable · 362ms
filesdownloadurl
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run files /cat for me.
Input
| Field | Type | Description |
|---|---|---|
| path* | string | Path |
| expires | number | Seconds default 3600 |
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":"/cat","input":{"path":"...","expires":3600}}'cli
npx cracked-ai run -p files -e /cat -i '{"path":"...","expires":3600}'mcp
run_tool({ provider: "files", endpoint: "/cat", input: {"path":"...","expires":3600} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.