mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-23 23:13:58 +08:00
docs: remove duplicate intro text (#8987)
* remove-duplicate-input-text * spacing
This commit is contained in:
@ -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.
|
||||
|
||||

|
||||
|
||||
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 pane’s 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..."
|
||||
```
|
||||
|
||||

|
||||
```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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user