Send file asynchronous
on this Way we will send the file asynchronous that means :
- send file and get the dataid
- do a loop getting the status until the file scan is finished
- get the file after scan if needed (for example for CDR)
first of all we send the file for scanning
the response of this request is the dataid , that we will use for next request
if needed we can now also get the file after scanning (for example for CDR)
postman collection example
Updated 5 months ago