For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.

GET https://evia.enadocapp.com/_apis/sign/pdf/api/ImageRenderingService/GetPage?documentToken=ZXZpYV9zaWduX3BkZl9mZDE0NzNjYy0zOGY1LTQ3ODUtYjBiZi02MzNkNTk0NDRiYTdfZjY3ZGYxNWMtYzBmNS00N2Q0LWIzY2EtZWVkMTcxMjNjODgyLnBkZnwxfGZhYjIyYzEzLWU5MGEtNDFjMi05NGFmLWQ1Zjk2YmIyOTM2OA==

This endpoint retrieves the documents associated with a specific sign request.

Last updated