docs: remove duplicate intro text (#8987)

* remove-duplicate-input-text

* spacing
This commit is contained in:
Mendon Kissling 2025-07-10 12:37:43 -04:00 committed by GitHub
commit b0729fa370
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,17 +16,17 @@ If you use Microsoft Windows or WSL, you might need to adjust the filepaths give
:::
The **API access** pane presents code templates for integrating your flow into external applications.
Langflow provides code snippets to help you get started with the Langflow API.
![API pane](/img/api-pane.png)
As of Langflow version 1.5, all API requests require authentication with a Langflow API key, even if `AUTO_LOGIN` is set to `True`.
For more information, see [API keys](/configuration-api-keys).
The API access panes code snippets include a script that looks for a `LANGFLOW_API_KEY` environment variable set in your terminal session.
To set this variable in your terminal:
```bash
export LANGFLOW_API_KEY="sk..."
```
![API pane](/img/api-pane.png)
```bash
export LANGFLOW_API_KEY="sk..."
```
For more information, see [Run your flows from external applications](/get-started-quickstart#run-your-flows-from-external-applications).