Bulk create annotations
Create multiple annotations at once
Authentication
Authorizationstring
The token (or API key) must be passed as a request header. You can find your user token on the User Account page in Label Studio. Example: <br><pre><code class="language-bash">curl https://label-studio-host/api/projects -H "Authorization: Token [your-token]"</code></pre>
Request
This endpoint expects an object.
bulk_created
Annotation was created in bulk mode
completed_by
draft_created_at
Draft creation time
ground_truth
This annotation is a Ground Truth (ground_truth)
import_id
Original annotation ID that was at the import step or NULL if this annotation wasn't imported
last_action
Action which was performed in the last annotation history item
* `prediction` - Created from prediction
* `propagated_annotation` - Created from another annotation
* `imported` - Imported
* `submitted` - Submitted
* `updated` - Updated
* `skipped` - Skipped
* `accepted` - Accepted
* `rejected` - Rejected
* `fixed_and_accepted` - Fixed and accepted
* `deleted_review` - Deleted review
last_created_by
User who created the last annotation history item
lead_time
How much time it took to annotate the task
parent_annotation
Points to the parent annotation from which this annotation was created
parent_prediction
Points to the prediction from which this annotation was created
project
Project ID for this annotation
result
List of annotation results for the task
selected_items
task
Corresponding task for this annotation
tasks
unique_id
updated_by
Last user who updated this annotation
was_cancelled
User skipped the task
Response
Bulk annotations created successfully
id
Annotation ID