Get details of a Document
Request Body
Shell (cURL)
curl --location "URL/access/klearstack/getdocument" \
--header "Authorization: Bearer your_token_here" \
--form "company_name=Replace_Company_Name_Here" \
--form "collection_name=Replace_Collection_Name_Here" \
--form "user_id=Replace_User_ID_Here" \
--form "document_id=Replace_Document_ID_Here"Python
Java (OkHttp)
Node.js (Axios)
JavaScript (XHR)
API Response
Last updated