Run Workflow
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Headers
Request
The ID of the workflow to run.
Example: "workflow_BMdfq_yWM3sT-ZzvCnA3f"
An array of raw strings. Can be used in place of files when passing raw data. The raw data will be converted to .txt files and run through the workflow. If the data follows a specific format, it is recommended to use the files parameter instead. Either files or rawTexts must be provided.

