Get from zero to your first freight rate lookup in under 5 minutes.
Note: Your API key starts with fri_. Keep it secret. Never commit it to source code.
curl -X POST https://freightrateintelligence.com/v1/rates/lookup \
-H "Authorization: Bearer fri_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{
"origin": "Chicago, IL",
"destination": "Dallas, TX",
"equipment": "DRY_VAN"
}'
| Field | Description |
|---|---|
rate_per_mile | All-in rate in USD per mile |
total_cost | Total lane cost (rate_per_mile × miles) |
confidence.level | Confidence grade: HIGH, MEDIUM, or LOW |
cost_components | Per-mile breakdown: fuel, labor, equipment, margin, FSC |
capacity_pressure | Regional capacity index (0–100), label, adjustment % |
factor_versions | Data source versions with fetch timestamps |
receipt_id | Constitutional receipt — cryptographic record of this query |
auth_obj_id | Attribution object linking to data source provenance |