ComfyUI/api_server/routes/internal
Benjamin Lu 99a1484574 feat(api): add v2 internal files endpoint
Adds a new V2 endpoint for listing files with structured JSON response including file size and modification time.
2025-12-20 11:41:39 -08:00
..
__init__.py Add GET /internal/files. (#4295) 2024-08-21 01:25:06 -04:00
internal_routes.py feat(api): add v2 internal files endpoint 2025-12-20 11:41:39 -08:00
README.md Add GET /internal/files. (#4295) 2024-08-21 01:25:06 -04:00

ComfyUI Internal Routes

All routes under the /internal path are designated for internal use by ComfyUI only. These routes are not intended for use by external applications may change at any time without notice.