HTTP Server: Multi-file Endpoint
Entry-point node that publishes an HTTP endpoint accepting multipart/form-data
uploads with one or more files. Each uploaded file fans out into a separate
workflow execution carrying that file on the output.
For single-file uploads use HTTPServer::HTTPServerFileEndpoint; for JSON
payloads use HTTPServer::HTTPServerJSONEndpoint.
Parameters
Auto-generated public URL for the endpoint. Read-only — use the copy button in the editor to share it.
When enabled, the endpoint is reachable without authentication. When
disabled, callers must present an authentication header (the value lands
on the Header auth connector for downstream verification).
Input
This is an entry-point node — it has no input connectors.
Output
One file from the multipart upload (the workflow runs once per file).
Unique identifier for this workflow execution.
Value of the request's authentication header (e.g. Authorization) for
downstream verification when the endpoint is not public.
Custom request header captured for downstream use.