Extract Bill of Lading Data
POST
/document-ai/{model-id}
Extracted Data Types
null
.Parameter Name | Variable Type |
---|---|
company_name | string | null |
company_address | string | null |
invoice_number | string | null |
invoice_date | string | null |
place_of_receipt | string | null |
place_of_delivery | string | null |
payment_term | string | null |
shipment_term | string | null |
consignee_info | Array of Objects |
consignee_info[].consignee | string | null |
consignee_info[].consignee_address | string | null |
consignee_info[].consignee_fax | string | null |
consignee_info[].consignee_contact | string | null |
consignee_info[].consignee_contact_person | string | null |
consignor_info | Array of Objects |
consignor_info[].consignor | string | null |
consignor_info[].consignor_address | string | null |
consignor_info[].consignor_fax | string | null |
consignor_info[].consignor_contact | string | null |
consignor_info[].consignor_contact_person | string | null |
date_of_delivery | string | null |
transportation | string | null |
item | Array of Objects |
item[].item_po_number | string | null |
item[].item_description | string | null |
item[].item_quantity | string | null |
item[].item_measurement | string | null |
item[].item_gross_weight | string | null |
item[].item_net_weight | string | null |
item[].item_volume | string | null |
Notes
data
array will always have the specified type, with the possibility of being null
.null
.Request
Path Params
model-id
string
required
model-
followed by a 12-characters numbers and alphabet. This ID identifies the specific AI model you want to use for document processing.Example:
model-a1b2c3d4e5f6
Body Params multipart/form-data
file
file
optional
fileBase64
string
optional
Example:
JVBERi0xLjMNCiXi48/....
mimeType
string
optional
Example:
application/pdf
Request samples
Responses
Modified at 2025-05-13 03:38:19