Request Annotations

Assign annotators and reviewers to a dataset

post
Body
dataset_idintegerOptional
project_namestringOptional
assigned_annotatorstringOptional
assigned_reviewerstringOptional
Responses
200
Annotations assigned
post
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"
    }
  ]
}
200

Annotations assigned

No content