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
Provide a tracking number (container, bill of lading, or booking). The endpoint returns:- The predicted VOCC carrier SCAC to use for tracking
- The predicted number type
- A confidence-driven decision (
auto_select,needs_confirmation,no_prediction)
Terminal49 uses machine learning prediction across container, bill of lading,
and booking numbers. For container numbers, Terminal49 leverages 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