Skip to main content
Version: v2023.18.0

GET text positions

This API allows you to retrieve the text position of a page.

API Description

Endpoint:

GET /documents/{documentId}/pages/{page}/text/position

Resource path:

VariableRequiredDescription
documentIdYesThe ID of a document
pageYesThe page where the text is located

Response :

TypeDescription
PageContentsThe text of the page

Examples

Retrieve Signatures

The call below generates a request to retrieve the first page text of document with ID b64_bm9yZS92SDMtMS0xMTh1735080237.

curl -X 'GET' \
'http://localhost:8761/documents/b64_bm9yZS92SDMtMS0xMTh1735080237/pages/0/text/position' \
-H 'accept: */*'