Upload JSON files or use the API to place rectangles optimally in containers
{
"container": {
"width": 1200,
"height": 800
},
"rectangles": [
{
"id": "R1",
"width": 200,
"height": 100,
"weight": 5.2,
"bend_radius": 10
},
{
"id": "R2",
"width": 150,
"height": 150,
"weight": 4.0,
"bend_radius": 15
}
],
"placement_correction_enabled": true
}