Skip to main content

Initiate File Upload

Creates a new file upload session. The ID returned as part of the response object will be used to refer to the file in all subsequent upload and scanning operations.

Parameters

ParameterDescription
File SizeThe number of bytes representing the size of the file to-be-uploaded.

Example Output

{
"id": "b9db7436-cf1f-4bf2-a534-cb0a5ff973ac",
"fileSizeBytes": 1,
"chunkSize": 10485760,
"mimeType": ""
}

Workflow Library Example

Initiate File Upload with Nightfall Ai and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop