Skip to main content
Cargo volume forecasts and accuracy tracking.

GET /api/v1/forecasts

Cargo volume forecasts by port and methodology. Parameters Response
Example

GET /api/v1/forecasts/accuracy

Forecast accuracy metrics (MAE, MAPE, directional accuracy). Parameters Response
Example

POST /api/v1/predict-destination

Requires API key.
Predict the next destination port for a vessel from its recent movement pattern. The model consumes an ordered sequence of H3 cells the vessel has passed through and, optionally, draft changes that hint at loading or discharge events. Use this when you need a live forward-looking guess — for example, to populate an ETA widget, rank which vessels to investigate next, or enrich a dashboard where the AIS-reported destination is missing or unreliable. Pair this endpoint with GET /api/v1/destination-reliability to decide whether to trust the vessel’s declared destination or fall back to the model prediction. Body Request payloads are capped at 32 KB. Response
Example

GET /api/v1/destination-reliability

Vessel destination declaration reliability scores. Parameters Response
Example