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.
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
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.