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'

Documentation Index

Fetch the complete documentation index at: https://docs.cynopsis.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Headers

X-Domain-ID
integer<int64>
required

X-Domain-ID

Query Parameters

chosenEngines
enum<string>[]

chosenEngines

Available options:
ARTEMISCAN,
DJ,
FACE_COMPARE,
INTERNET_SEARCH,
OCR,
OWN_RESTRICTED_LIST,
TR

Body

multipart/form-data
file
file

Response

OK