Skip to main content
POST
Bulk Annotations

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Bulk create, update, and/or delete annotations in a single call.

Provide any combination of creates, updates, and deletes. Each operation is independent — a failure in one does not roll back the others.

create
BulkAnnotationCreate · object[]

Annotations to create.

Maximum array length: 1000
update
BulkAnnotationUpdate · object[]

Annotations to update.

Maximum array length: 1000
delete
string[]

Annotation IDs to delete.

Maximum array length: 1000

Response

Successful Response

Response for bulk annotation operations.

created_count
integer
default:0
updated_count
integer
default:0
deleted_count
integer
default:0
failed_count
integer
default:0
results
BulkAnnotationResult · object[]