Post a load with a single API call:
# Post a single load
curl -X POST https://loadladder.com/api/v1/loads \
-H "x-api-key: ll_your_api_key" \
-H "Content-Type: application/json" \
-d '{
"originCity": "Chicago", "originState": "IL",
"destCity": "Dallas", "destState": "TX",
"pickupDate": "2026-04-15",
"deliveryDate": "2026-04-16",
"equipmentType": "DRY_VAN",
"rate": 2400
}'
/api/v1/loads/api/v1/loads/api/v1/whitelabelPass your API key via the x-api-key header.
API keys are available on the Enterprise plan. Upgrade to get access.
Run LoadLadder under your own brand. Custom domain, colors, logo, and features.
Post up to 100 loads in a single request by passing an array:
// POST /api/v1/loads with array body
[
{ "originCity": "Chicago", "originState": "IL", "destCity": "Dallas", "destState": "TX", "rate": 2400, ... },
{ "originCity": "Atlanta", "originState": "GA", "destCity": "Miami", "destState": "FL", "rate": 1800, ... }
]
LoadLadder — AI-Powered Freight Intelligence
Instant answers about our platform
Try asking: