v9

latestSwagger 2.02026-07-135252167.7 KB
DomainsApi

Get information about a specific domain.

get/domains/{domainId}

Path parameters

domainIdstring uuid required

The id of the domain to get information about.

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"
}