Annotations
Batch create annotations
Batch create annotations
post/v3/annotations/batch_create
Request body
Response
Successfully created annotations.
Example response
[
{
"id": 1,
"rectangle": {
"pageIndex": 1,
"x0": 2.43,
"y0": 4.55,
"x1": 4.56,
"y1": 6.32
},
"rectangles": [
{
"pageIndex": 1,
"x0": 2.43,
"y0": 4.55,
"x1": 4.56,
"y1": 6.32
}
],
"confidence": 0.86,
"classificationConfidence": 0.95,
"textExtractionConfidence": 0.9
}
]