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

avsanitze

the response of this request is the dataid , that we will use for next request

getstatus

if needed we can now also get the file after scanning (for example for CDR)

getcleanfile

postman collection example

postman collection