langflow-ai / langflow

Langflow is a low-code app builder for RAG and multi-agent AI applications. It’s Python-based and agnostic to any model, API, or database.
http://www.langflow.org
MIT License
35.95k stars 4.25k forks source link

docs: send image file to the api endpoint #4902

Closed mendonk closed 21 hours ago

mendonk commented 23 hours ago

This pull request includes a new section in the docs/docs/Workspace/workspace-api.md file that provides instructions on how to send image files to your flow using the API. The most important changes include adding detailed steps and example curl commands to upload an image and use it within a flow.

This is a temporary measure before all endpoints have examples in their own section.

mendonk commented 23 hours ago

should we keep the flow id and the file name or should we use something like to guide the user @anovazzi1 I added v1/files/upload/<YOUR-FLOW-ID> for clarity before the example