Upload a local file to a paused Human Input form.
Documentation Index
Fetch the complete documentation index at: https://dify-6c0370d8-docs-hitl-2.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Short-lived upload token for attaching files to a Human Input form. Obtain via Issue Upload Token and pass as Authorization: Bearer hitl_upload_{token}.
File upload request. Requires multipart/form-data.
The file to upload. Must conform to the form input's allowed_file_types and allowed_file_extensions.
File uploaded successfully.
Reference this value as upload_file_id in file and file-list inputs on Submit Human Input Form.
Original file name.
File size in bytes.
File extension.
MIME type of the file.
Identifier of the user the file was uploaded for.
Unix timestamp (seconds) when the file was created.
Signed URL for previewing the file. null if not generated.
Original source URL, if the file was fetched remotely. null for local uploads.
Identifier of the user that owns the upload.
Tenant the upload belongs to.
Always null for HITL uploads.
Internal storage key.