Skip to main content
POST
/
sentinel
/
analyze
Submit a file for forensic analysis
curl --request POST \
  --url https://lens-api.tic.io/sentinel/analyze \
  --header 'Content-Type: multipart/form-data' \
  --header 'x-api-key: <api-key>' \
  --form file='@example-file' \
  --form ttlSeconds=123 \
  --form 'language=<string>' \
  --form 'webhookUrl=<string>' \
  --form 'webhookSecret=<string>'

Authorizations

x-api-key
string
header
required

Body

multipart/form-data
file
file
ttlSeconds
integer<int32>
language
string
webhookUrl
string
webhookSecret
string

Response

Job created; poll or await webhook for results