Skip to main content
GET
/
sentinel
/
capabilities
Get Sentinel backend capabilities
curl --request GET \
  --url https://lens-api.tic.io/sentinel/capabilities \
  --header 'x-api-key: <api-key>'
{
  "analyzers": [
    {
      "name": "<string>",
      "stage": "<string>",
      "available": true
    }
  ],
  "gpuAvailable": true,
  "mlAvailable": true,
  "vlmAvailable": true,
  "supportedFormats": [
    "<string>"
  ],
  "annotationTypes": [
    "<string>"
  ],
  "maxUploadBytes": 123
}

Authorizations

x-api-key
string
header
required

Response

Backend capabilities

analyzers
null | object[]
gpuAvailable
boolean
mlAvailable
boolean
vlmAvailable
boolean
supportedFormats
null | string[]
annotationTypes
null | string[]
maxUploadBytes
integer<int64>