Extract Purchase Order Data
POST
/document-ai/{model-id}
Extracted Data Types
null
.Parameter Name | Variable Type |
---|---|
po_number | string | null |
po_date | string | null |
buyer_company | string | null |
buyer_name | string | null |
buyer_address | string | null |
buyer_phone | string | null |
buyer_mobile | string | null |
buyer_email | string | null |
seller_name | string | null |
seller_address | string | null |
seller_phone | string | null |
seller_mobile | string | null |
seller_email | string | null |
seller_attention | string | null |
delivery_name | string | null |
delivery_address | string | null |
delivery_phone | string | null |
delivery_mobile | string | null |
delivery_email | string | null |
delivery_attention | string | null |
order_info | Array of Objects |
order_info[].order_no | string | null |
order_info[].order_description | string | null |
order_info[].order_quantity | string | null |
order_info[].order_unit_of_measure | string | null |
order_info[].order_unit_price | string | null |
order_info[].order_subtotal | string | null |
payment_term | string | null |
total_discount | string | null |
sub_total_amount | string | null |
total_tax_percentage | string | null |
total_tax_amount | string | null |
total_amount | 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:39:59