Get Image of Document
Endpoint Name: getimage
Request type : POST
Authorization: Bearer token as header
Endpoint Details: The getimage
endpoint will be used to get image of document.
Method
URL
POST
URL/access/klearstack/getimage
Request Body
Params
Values
Description
company_name
string
Name of the company for which the user is logging in
collection_name
string
Name of collection of document
id
string
ID received from key “image_id” of response from api getdocument
ui_image_path
string
ID received from key “ui_image_list” of response from api getdocument
API Response
Status code
Example Response
200
Binary Image string
Last updated