Skip to main content

Run Flow

POST 

/api/fluid-fit/run-flow

Executes a pre-configured flow by providing images either as file uploads or URLs. This endpoint processes the images through the specified flow's pipeline.

Input Options (provide one):

  • imageFiles - Upload image files directly (maximum 10 files)
  • imageURLs - JSON array of image URLs as a string

Flow Requirements:

  • An Initial Media Node (input)
  • A Final Media Node (output)

The images are added to the Initial Media Node, the flow is executed, and the processed outputs are returned from the Final Media Node.

Request

Responses

Flow executed successfully