curl --request GET \
--url http://co-mind-platform-host/v1/admin/sanitizer/health \
--header 'Authorization: Bearer <token>'{
"status": "healthy",
"models_loaded": true,
"presidio_ready": true,
"prompt_guard_ready": true
}Returns the health status of the sanitizer service including model loading state.
curl --request GET \
--url http://co-mind-platform-host/v1/admin/sanitizer/health \
--header 'Authorization: Bearer <token>'{
"status": "healthy",
"models_loaded": true,
"presidio_ready": true,
"prompt_guard_ready": true
}Bearer token authentication. Supports two token types:
POST /v1/auth/loginPOST /v1/api-tokens, format: cmnd_<tokenId>.<secret>