HTTP Server: File endpoint
Listen to HTTP request on provided URL, expect a file and start the workflow.
Parameters
URL
Copy this URL to send file in this workflow from your own client.
Example:
https://api.zparse.io/workflow/e/f/xxx/yyy
Public
Make your workflow public, if checked no security header check is performed.
Output
Buffer
File buffer you sent using file form.
Filename
Filename you sent using file form.
Tracker
ID of the tracker to follow up on your workflow execution. See tracker API
Header: Auth
Forwarded header
X-ZPARSE-IO-AUTH
Header: Attribute
Forwarded header
X-ZPARSE-IO-ATTR
Responder
Link this to a responder to return data to the client.
- File
response
- JSON
response
Usage
See API reference: File endpoint