Triggers a scan of the file identified by the provided fileID. As the underlying file might be arbitrarily large, this scan is conducted asynchronously. Results from the scan are delivered to the webhook URL provided in the request payload.
post
/v3/upload/{fileId}/scan
Authorizations
Path parameters
fileIdstring · uuidrequired
a file ID returned from a previous file creation request
Body
policyUUIDstring · uuid
the UUID of the Detection Policy to be used with this scan. Exactly one of this field or "policy" should be provided.
policyobject
requestMetadatastring
A string containing arbitrary metadata. Callers may opt to use this to help identify their input file upon receiving a webhook response. Maximum length 10 KB.