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.