Annotation Layers
Annotation layers are containers for annotations and can be used to "version" annotations and experiment outputs.
Create Annotation Layer
POST
https://api.annolab.ai/v1/layer/create
Create a new annotation layer for your project
Headers
Authorization
string
Where you put your api key. Creating a project requires a key with "Write" permissions.
{"Authorization": "Api-key XXXXXXX-XXXXXXX-XXXXXXX"}
Request Body
layerName
string
Name of the layer that will be created
projectIdentifier
string
Identifier of the project containing the layer. Either the id or the unique name.
isGold
boolean
boolean for whether the layer being created is a "Gold Set" i.e. a layer with data that will be considered truth when compared against annotation or experiment layers
description
string
Name of the project you wish to create. Must be unique for your group
Examples of how to make a layer create request
Last updated