Update Auto Classification Result
Request Body
Shell (cURL)
curl --location "URL/access/klearstack/updateautoclassifyresult" \
--header "Authorization: Bearer your_token_here" \
--form "company_name=Replace_Company_Name_Here" \
--form "batch_id=Replace_batch_id_Here" \
--form "pagewise_classification=[{'page_index': 1, 'label': 'Invoices'}, {'page_index': 2, 'label': 'PackingList'}, {'page_index': 3, 'label': 'PackingList'}]" \
Python
Java (OkHttp)
Node.js (Axios)
JavaScript (XHR)
API Response
Last updated