πŸ–ΌοΈImages

/getResizedImage/<cote>/<id>

Get a resized image for previsualisation

GET /getResizedImage/<document_cote>/<image_id>

Gets a resized image for previsualisation in a Document page. All it needs is the document_cote and the image_id

Query Parameters

Name
Type
Description

<cote>*

String

Cote of the document

<id>*

String

Id of the imagge in the document

Headers

Name
Type
Description

x-access-token*

String

User token

/getOriginalImage/<cote>/<id>

Get the original image to annotate

GET /getOriginalImage/<document_cote>/<image_id>

Gets the image in its original format so it can be annotated. All it needs is the document_cote and the image_id

Query Parameters

Name
Type
Description

<cote>*

String

Cote of the document

<id>*

String

Id of the imagge in the document

Headers

Name
Type
Description

x-access-token*

String

User token

Last updated