P4P Packing
P4P Packing is a REST API built by Pro4Soft that handles 3D bin packing optimization across four logistics modes: cartonization (selecting the right shipping box and calculating exact item placement), palletization (stacking cartons onto pallets in loading sequence), container loading (maximizing space in ISO containers), and truck loading (optimizing trailer utilization). Send a single POST…
P4P Packing endpoints
| Method | Endpoint | Description |
|---|---|---|
| Packing | ||
| POST |
runPacking /api/pack |
Runs the packing algorithm. Accepts a list of items and available container types, returns the packed containers with item placements sorted in packing order. Items are placed in… |
| GET |
getPackResult /api/pack/{id} |
Retrieves a previously computed pack result, including the original request and the packing response. The `id` is returned in the POST /api/pack response. Pack results are stored… |
| Visualization | ||
| GET |
getContainerSvg /api/container/{id}/svg |
Generates an animated isometric SVG visualization of a packed container. Pass the container `id` from the POST /api/pack response and receive a self-contained SVG image with a… |
P4P Packing pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|