Request Annotations
Last updated
Last updated
POST /request_annotation/ HTTP/1.1
Host: api.jtheta.ai
Content-Type: application/json
Accept: */*
Content-Length: 135
{
"dataset_id": 1,
"project_name": "text",
"assigned_annotator": "text",
"assigned_reviewer": "text",
"labels": [
{
"label": "text",
"type": "text"
}
]
}