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
}Returns the Sentinel backend’s advertised capabilities — available analyzers, GPU/ML/VLM status, supported file formats, and the max upload size.
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
}