mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-21 00:52:24 -05:00
[GH-ISSUE #15267] feat: Files Files Download Endpoint #104510
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Vertiqal-AI on GitHub (Jun 24, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/15267
Check Existing Issues
Problem Description
Hi,
I have been looking for a way to download or get files from
/app/backend/data/uploads/I know there are some endpoints available in
open-webui\backend\open_webui\routers\files.pybut none of them response when request is made from outside of the container.I have tested the API key and it is listing models just fine, but when search or get file endpoint is called, it returns html.
When a file is uploaded (pdf or other file not img), is there a way to send its name or content in Pipe request body
Desired Solution you'd like
Download endpoint,
Alternatives Considered
possible way to get files
Additional Context
No response
@mykola-mmm commented on GitHub (Jun 25, 2025):
@Vertiqal-AI try the followig endpoint:
@waqas-phc commented on GitHub (Jun 26, 2025):
Thanks