Push Annotated Text for a Document to KlearStack
Request Body
Shell (cURL)
curl --location "URL/access/klearstack/gettext" \
--header "Authorization: Bearer your_token_here" \
--form "company_name=Replace_Company_Name_Here" \
--form "collection_name=Replace_Collection_Name_Here" \
--form "ocr_text_id=Replace_OCR_Text_ID_Here" \
--form "coordinates=[top_left_x, top_left_y, bottom_right_x, bottom_right_y]"Python
Java (OkHttp)
Node.js (Axios)
JavaScript (XHR)
API Response
Last updated