File Upload
Files land in
00_INBOX/_claw_drop
and are processed by backend automation.
Drop files here
or click to browse — any file type accepted
Recent Uploads
Loading…
API Contract — Upload
POST
/api/claw-drop/upload
—
multipart/form-data, field: "file"
GET
/api/claw-drop/list
—
returns { items: [{ name, size, uploaded_at }] }
Uploads are routed to the local backend wrapper which writes files to the intake directory. The frontend does not write directly to the filesystem.