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
- 200
- 400
- 401
- 429
Flow executed successfully
Bad request - Invalid input parameters, missing Initial/Final Media Node, or validation failed
Unauthorized - Invalid or missing API key
Too many requests - Rate limit exceeded