mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-25 12:34:41 +08:00
6 lines
187 B
Bash
6 lines
187 B
Bash
curl -X GET \
|
|
"$LANGFLOW_URL/api/v2/files/c7b22c4c-d5e0-4ec9-af97-5d85b7657a34" \
|
|
-H "accept: application/json" \
|
|
-H "x-api-key: $LANGFLOW_API_KEY" \
|
|
--output downloaded_file.txt
|