v1

latestOpenAPI 3.0.02026-07-144847131.4 KB
TagsApi

Get information about a specific tag.

get/projects/{projectId}/tags/{tagId}

Path parameters

projectIdstring uuid required

The project this tag belongs to.

tagIdstring uuid required

The tag id.

Query parameters

iterationIdstring uuid

The iteration to retrieve this tag from. Optional, defaults to current training set.

Response

OK

descriptionstring nullable required

Gets or sets the description of the tag.

idstring uuid

Gets the Tag ID.

imageCountinteger

Gets the number of images with this tag.

namestring required

Gets or sets the name of the tag.

type'Regular' | 'Negative' required

Gets or sets the type of the tag.