v9

latestSwagger 2.02026-07-135252167.7 KB
DomainsApi

Get a list of the available domains.

get/domains

Response

OK

idstring uuid

Domain id.

namestring

Name of the domain, describing the types of images used to train it.

type'Classification' | 'ObjectDetection'

Domain type: Classification or ObjectDetection.

exportableboolean

Indicating if the domain is exportable.

enabledboolean

Indicating if the domain is enabled.

exportablePlatformsstring[]

Platforms that the domain can be exported to.

Example response

[
  {
    "id": "00000000-0000-0000-0000-000000000000"
  }
]
All 52 operations