Skip to main content

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

Endpoint URL

Auto-generated public URL for the endpoint. Read-only — use the copy button in the editor to share it.

Public

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

File

One file from the multipart upload (the workflow runs once per file).

Filename
Name of the uploaded file.
Tracker UUID

Unique identifier for this workflow execution.

Header auth

Value of the request's authentication header (e.g. Authorization) for downstream verification when the endpoint is not public.

Header attribute

Custom request header captured for downstream use.