AI-Powered Container Loading API: Transform Natural Language into Optimized 3D Packing Plans

Revolutionary API that understands plain English and returns optimized container loading plans

Transform Plain English into Optimized Container Loading Plans

Our new AI-powered API endpoint understands natural language shipping requests and instantly returns optimized 3D packing plans. No complex JSON formatting – just describe what you need to ship.

Simple Integration, Powerful Results

Example Request

curl -X POST https://3dpack.ing/api/ai/calculate \
        -H "Content-Type: application/json" \
        -d '{
          "prompt": "Ship 24 pcs 200.3x120.2x100.2 cm (non-tiltable) using optimal mix of 40ft and 20ft containers",
          "apiKey": "test",
          "username": "test"
        }'

JSON Response

{
        "containers": [
          {
            "containerType": "40ft Standard",
            "containerDims": { "length": 1203.2, "width": 235.0, "height": 269.24 },
            "totalQuantity": 20,
            "volumeUsage": 63.4
          },
          {
            "containerType": "20ft Standard", 
            "containerDims": { "length": 589.28, "width": 235.0, "height": 239.0 },
            "totalQuantity": 4,
            "volumeUsage": 29.2
          }
        ],
        "unpackedItems": { "total": 0 },
        "linkToResult": "https://3dpack.ing?g=56455ed9-5339-4f46-8c41-cb7462f7aaa1"
      }

Key Features

Natural Language Input Examples

  • "Pack 50 boxes of 60x40x30 cm into a 20ft container"
  • "Load 100 fragile items (80x60x40cm, max stack 3) into 40ft high cube"
  • "Ship mixed pallets: 10x euro pallets, 15x US pallets using best container mix"

Advanced Capabilities

  • ✅ Automatic container type selection (20ft, 40ft, 40ft HC)
  • ✅ Stackability and fragility constraints
  • ✅ Weight distribution optimization
  • ✅ Precise XYZ coordinates for each item
  • ✅ Multi-unit support (metric/imperial)
  • ✅ Interactive 3D visualization link

Perfect for Integration

E-Commerce & Marketplaces

Instant shipping quotes from natural language descriptions

3PL & Freight Forwarders

Streamline quotations with plain English input

ChatGPT & AI Assistants

Build logistics chatbots with real calculation capabilities

WMS Integration

Precise coordinates for robotic loading systems