🔧 VAHLE AI Rectangle Placement

Upload JSON files or use the API to place rectangles optimally in containers

Please enter your API token to enable file upload and manual placement features.

Upload JSON File

⚠️ Please set your API token above to enable file upload functionality.

Example JSON Structure

{
  "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
}

Manual Rectangle Placement

⚠️ Please set your API token above to enable manual placement functionality.

Rectangles

API Endpoints

POST /api/v1/place-rectangles

Main endpoint for rectangle placement

📖 View in Swagger

POST /api/v1/upload-placement-json

Upload JSON file for placement

📖 View in Swagger

POST /api/v1/placement-feedback

Submit feedback for placement results

📖 View in Swagger
API Status: Not Authenticated