docs: remove duplicate intro text (#8987)
* remove-duplicate-input-text * spacing
This commit is contained in:
parent
abedcb0912
commit
b0729fa370
1 changed files with 6 additions and 6 deletions
|
|
@ -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).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue