docs: remove unnecessary tab from v2 loader example (#8428)

docs: remove unnecessary tab structure from API examples
This commit is contained in:
Mendon Kissling 2025-06-10 13:57:24 -04:00 committed by GitHub
commit c0c3057812
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -756,9 +756,6 @@ Result:
In the POST request to `v2/files`, replace **@FILE_NAME.EXTENSION** with the uploaded file name and its extension.
You must include the ampersand (`@`) in the request to instruct curl to upload the contents of the file, not the string `FILE_NAME.EXTENSION`.
<Tabs>
<TabItem value="curl" label="curl" default>
```bash
curl -X POST \
"$LANGFLOW_URL/api/v2/files" \
@ -780,9 +777,6 @@ The file is uploaded in the format `USER_ID/FILE_ID.FILE_EXTENSION`, and the API
}
```
</TabItem>
</Tabs>
### Send files to your flows (v2)
Send a file to your flow for analysis using the [File](/components-data#file) component and the API.