Price tags
Price_tags_create
AuthorizationBearer <token>
In: header
bounding_boxarray<number>
Coordinates of the bounding box, in the format [y_min, x_min, y_max, x_max]
status?PriceTagStatusEnum | NullEnum
The annotation status
0- deleted1- linked_to_price2- not_readable3- truncated4- not_price_tag5- no_barcode10- other
Range
-2147483648 <= value <= 2147483647price_id?integer
proof_idinteger
Response Body
curl -X POST "https://loading/api/v1/price-tags" \ -H "Content-Type: application/json" \ -d '{ "bounding_box": [ 0.1 ], "proof_id": 0 }'{
"bounding_box": [
0.1
],
"status": 0,
"price_id": 0,
"proof_id": 0
}