Annotation Layers
Annotation layers are containers for annotations and can be used to "version" annotations and experiment outputs.
Create Annotation Layer
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"projectName": "New NER Project",
"projectId": 1,
"layerName": "NER Gold",
"id": 5,
"isGold": true,
"description": 'Use the NER Schema for this layer. Only "approved" annotations should be kept in this layer'
}{
"message": "Information about why creation failed"
}Last updated
Was this helpful?