Skip to main content

get_supported_classes

List object classes supported by the bounding-box model.

  • Method: GET
  • Path: /get_supported_classes

Success Response

{
"success": true,
"message": null,
"data": {
"supported_classes": ["person", "vehicle", "bag", "animal", "unknown"]
}
}
FieldTypeDescription
data.supported_classesstring[]Object class names supported by the configured bounding-box model.