v1
latestOpenAPI 3.1.02026-07-26151126273.9 KBExecute Workflow
Execute a workflow definition.
This creates a WorkflowExecution and starts a Temporal workflow that will dynamically load the steps and execute them.
Requires: X-API-Key header for authentication
Body (optional): { "input_config": { "type": "single_file", "file_url": "https://example.com/file.pdf" } } or { "input_config": { "type": "file_list", "file_urls": ["https://example.com/file1.pdf", "https://example.com/file2.pdf"] } }
post/api/v1/workflows/workflows/{workflow_id}/execute
Path parameters
workflow_idinteger required
Cookies
wos-sessionstring
datalab_active_teamstring
Request body
Response
Successful Response
{"stackTrail":"paths:/api/v1/workflows/workflows/{workflow_id}/execute:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}