通过配置单创建多文件任务,可支持formdata(Creates a new job from files and (optionally) a ticket, supplied as multipart/form-data.)
POST
/api/workflows/{workflowName}/input/multipart
Multiple files can be supplied in a single request. A ticket can also be supplied as a file with the name "ticket.json". This ticket must reference other files in the request by name.
请求参数
Path 参数
Query 参数
Header 参数
Body 参数multipart/form-data
请求示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://frstrial.wefile.com:4431/FineReaderServer14//api/workflows/Ut exercitation/input/multipart?serverLocation=' \
--header'Accept: application/json' \
--form'file=@""'
返回响应
🟢201The ID of the new job.
application/json
Body
示例
"Ut exercitation"
🟠400No input files supplied, or request format is invalid.