Learn how to trigger WorqHat workflows using file uploads or URLs
file
or url
plus any additional inputs your workflow expects.
multipart/form-data
with either a file upload or a URL to a file.
multipart/form-data
with the following fields:
Field | Type | Description |
---|---|---|
file | File | The file to upload (required if not using URL) |
url | String | URL to a file to be downloaded and processed (required if not uploading a file) |
[custom parameters] | String/Number/Boolean | Any additional parameters needed by your workflow |