Skip to main content

Module all_files_api

Module all_files_api 

Source
Expand description

All Files API endpoints - unlimited storage for all file formats

Provides user-managed file storage for context inclusion via @filename.

Structs§

AllFileEntryResponse
Response structure for all file entries
CreateFolderRequest
DeleteQuery
SearchQuery
UploadQuery
UploadWithPathRequest

Functions§

create_all_files_folder
POST /all-files/folder - Create a new folder
delete_all_file
DELETE /all-files?path=… or ?id=… - Delete file by path or ID
delete_all_file_by_id
DELETE /all-files/:id - Delete file or folder by ID
get_all_file_by_id
GET /all-files/:id - Get single file metadata
get_all_file_content
GET /all-files/:id/content - Get file content for LLM processing
get_all_files
GET /all-files - Get all files as a nested tree
get_all_files_flat
GET /all-files/all - Get flat list of all files (for @filename autocomplete)
search_all_files
GET /all-files/search?q=… - Search files by name
upload_all_file
POST /all-files/upload - Upload files (supports folder structure via webkitdirectory)
upload_all_files_structure
POST /all-files/upload-structure - Upload files with folder structure