mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-25 23:02:40 +08:00
6 lines
202 B
Bash
6 lines
202 B
Bash
curl -X GET \
|
|
"$LANGFLOW_URL/api/v1/files/download/$FLOW_ID/2024-12-30_15-19-43_your_file.txt" \
|
|
-H "accept: application/json" \
|
|
-H "x-api-key: $LANGFLOW_API_KEY" \
|
|
--output downloaded_file.txt
|