Trigger a workflow by its ID with either a file upload or a URL to a file. This endpoint accepts multipart/form-data with either a file field or a URL field. When a URL is provided, the server will download the file and process it as if it were directly uploaded. The workflow ID must be specified in the URL path.
API key authentication. Format - "Bearer YOUR_API_KEY"
ID of the workflow to trigger
"f825ab82-371f-40cb-9bed-b325531ead4a"
File upload or URL to process
The body is of type object
.
Workflow triggered successfully
The response is of type object
.