Document
The Document API in the Evia Sign platform provides robust functionality for document handling, including fetching document pages, uploading new documents, and retrieving documents linked to specific requests.
GET {{PDFRenderService}}/api/ImageRenderingService/GetPage?documentToken=ZXZpYV9zaWduX3BkZl9kNWQ3MTRkMi05ODcyLTQ5OGItOWY4NC1lZjc2MmIzM2IyMTFfYTVlNmFhMzItMzNjZi00YTkyLWE3ZDctMDY4YjU2MDdjYjkyLnBkZnwy
This endpoint retrieves a specific page of a document using the document token. The document token is a unique identifier for the uploaded document.
POST {{PDFRenderService}}/api/Requests/document
This endpoint facilitates the upload of documents to the Evia Sign platform.
This endpoint retrieves the documents associated with a specific sign request.
Last updated