diff --git a/404.html b/404.html index 51c08e3167..9632735879 100644 --- a/404.html +++ b/404.html @@ -10,7 +10,7 @@ - + diff --git a/Concepts/concepts-flows.html b/Concepts/concepts-flows.html index 6f028d0b16..4b24547f88 100644 --- a/Concepts/concepts-flows.html +++ b/Concepts/concepts-flows.html @@ -10,7 +10,7 @@ - + diff --git a/Deployment/deployment-docker.html b/Deployment/deployment-docker.html index 95450a4c0d..a37b1aff4a 100644 --- a/Deployment/deployment-docker.html +++ b/Deployment/deployment-docker.html @@ -10,7 +10,7 @@ - + diff --git a/agents-overview.html b/agents-overview.html index 02943cd3e6..649fc3b5de 100644 --- a/agents-overview.html +++ b/agents-overview.html @@ -10,7 +10,7 @@ - + diff --git a/agents-tool-calling-agent-component.html b/agents-tool-calling-agent-component.html index 752b606f4c..920764e837 100644 --- a/agents-tool-calling-agent-component.html +++ b/agents-tool-calling-agent-component.html @@ -10,7 +10,7 @@ - + diff --git a/api-reference-api-examples.html b/api-reference-api-examples.html index bdec3f00de..675bf6d5b6 100644 --- a/api-reference-api-examples.html +++ b/api-reference-api-examples.html @@ -10,7 +10,7 @@ - + @@ -24,8 +24,9 @@

This page provides examples and practices for managing Langflow using the Langflow API.

The Langflow API's OpenAPI spec can be viewed and tested at your Langflow deployment's docs endpoint. For example, http://127.0.0.1:7860/docs.

-

Export values (optional)

-

You might find it helpful to set the following environment variables:

+

Export values

+

You might find it helpful to set the following environment variables in your terminal.

+

The examples in this guide use environment variables for these values.

-

_10
curl -X 'GET' \
_10
"$LANGFLOW_URL/api/v1/folders/" \
_10
-H 'accept: application/json'

+

_10
curl -X GET \
_10
"$LANGFLOW_URL/api/v1/folders/" \
_10
-H "accept: application/json"

Export the folder-id as an environment variable.


_10
export FOLDER_ID="1415de42-8f01-4f36-bf34-539f23e47466"