Transform raw email content, images and documents into accurate, structured data. Remove manual data entry from your quote, book and documentation processes, and leverage powerful AI capabilities to supercharge your workflows.
The CargoCOPILOT API reads unstructured input (free text or images) and returns clean, structured JSON ready to feed into the rest of the CargoCONNECT suite.
It is delivered as two distinct endpoints, each solving a different problem and producing a different output object:
- Shipment Data Extraction, turns an email or a photo of a shipment request into a structured shipment object you can send to Route & Schedule or Quote & Book.
- AWB Data Extraction, turns a photo or scan of an Air Waybill into a structured AWB object you can send to the FWB&FHL API.
Both share the same authentication scheme and the same "raw in, structured out" philosophy. You pick the endpoint that matches the document you are starting from and the workflow you want to feed.
The two APIs at a glance
| Shipment Data Extraction | AWB Data Extraction | |
|---|---|---|
| Purpose | Extract a shipment request | Extract an Air Waybill |
| Endpoint | POST /solutions/ai/shipment | POST /solutions/ai/awb |
| Typical input | Email text and/or image | Image of an AWB |
| Output | Structured shipment JSON | Structured AWB JSON |
| (can) Feeds into | Route & Schedule, Quote&Book | FWB&FHL API |
| Sits in the flow | Before search / quotation | Before AWB transmission |
Disclaimer: User Responsibility for Data AccuracyOur API returns the data it extracts from your input. It is your responsibility to verify the extracted shipment or AWB details (dimensions, weights, totals, waybill data) before using them for a booking, a quote or a transmission. We do not verify or adjust extracted data, and we are not liable for outcomes resulting from incorrect input or unverified extractions.
