Skip to main content
POST
/
api
/
quickscan
/
screen
/
batch
triggerBatchQuickScan
curl --request POST \
  --url https://api.artemis.cynopsis.co/api/quickscan/screen/batch \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --header 'X-Domain-ID: <x-domain-id>' \
  --form file=@example-file

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

X-Domain-ID
integer
required

X-Domain-ID

Query Parameters

chosenEngines
enum<string>[]

chosenEngines

Body

multipart/form-data
file
file

Response

OK