Tracking Requests
Infer Tracking Number (Beta)
Use the Terminal49 Infer API to predict the carrier SCAC and number type from a bill of lading, booking, or container number with confidence scores.
POST
Beta Feature - This endpoint is currently in beta. The API is stable, but
the schema and behavior may evolve based on feedback.
What this endpoint does
Give us a tracking number (container, bill of lading, or booking). We return:- The predicted VOCC carrier SCAC to use for tracking
- The predicted number type
- A confidence-driven decision (
auto_select,needs_confirmation,no_prediction)
We use machine learning prediction across container, bill of lading, and
booking numbers. For container numbers, we leverage tens of millions of
historical container movements to predict which carrier is moving the
container (about 9 out of 10 times).
How to use the result
Auto-Detect Carrier Guide
Learn how to use Infer Tracking Number to reliably create tracking requests
Authorizations
Token YOUR_API_TOKEN
The APIs require authentication to be done using header-based API Key and Secret Authentication.
API key and secret are sent va the Authorization request header.
You send your API key and secret in the following way:
Authorization: Token YOUR_API_KEY
Body
application/json
The tracking number to analyze (container number, bill of lading, or booking number)
Example:
"WHLU1234560"
Response
Successfully inferred number type and shipping line