/
LA
langflow-ai
/
Langflow
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 2d ago
Details
Filter operations
APIKey
4
Base
13
Chat
7
Components Store
9
Files
18
post
Upload File
get
Download File
get
Download Image
get
Download Profile Picture
get
List Profile Pictures
get
List Files
delete
Delete File
get
List Files
post
Upload User File
delete
Delete All Files
get
List Files
post
Upload User File
delete
Delete All Files
post
Download Files Batch
delete
Delete Files Batch
get
Download File
put
Edit File Name
delete
Delete File
Flows
12
Folders
7
Health Check
2
Knowledge Bases
6
Log
2
Login
4
mcp
16
MCP
5
mcp_projects
14
Monitor
9
OpenAI Responses API
1
Projects
7
Registration API
2
Users
6
Validate
2
Variables
4
Voice
1
Files
Edit File Name
Edit the name of a file by its ID.
put
/api/v2/files/{file_id}
Path parameters
file_id
string
uuid
required
Query parameters
name
string
required
Response
Successful Response
LangflowApiSchemasUploadFileResponse
required
File upload response schema.
id
string
uuid
required
name
string
required
path
string
path
required
size
integer
required
provider
string
nullable
Changes