> For the complete documentation index, see [llms.txt](https://docs.sign.enadocapp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sign.enadocapp.com/evia-sign-api/document.md).

# 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.

<mark style="color:blue;">`GET`</mark> {{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.

<mark style="color:green;">`POST`</mark> {{PDFRenderService}}/api/Requests/document

This endpoint facilitates the upload of documents to the Evia Sign platform.

<mark style="color:blue;">`GET`</mark> [https://evia.enadocapp.com/\_apis/sign/pdf/api/ImageRenderingService/GetPage?documentToken=ZXZpYV9zaWduX3BkZl9mZDE0NzNjYy0zOGY1LTQ3ODUtYjBiZi02MzNkNTk0NDRiYTdfZjY3ZGYxNWMtYzBmNS00N2Q0LWIzY2EtZWVkMTcxMjNjODgyLnBkZnwxfGZhYjIyYzEzLWU5MGEtNDFjMi05NGFmLWQ1Zjk2YmIyOTM2OA==](https://evia.enadocapp.com/_apis/signnew/pdf/api/ImageRenderingService/GetPage?documentToken=ZXZpYV9zaWduX3BkZl9mZDE0NzNjYy0zOGY1LTQ3ODUtYjBiZi02MzNkNTk0NDRiYTdfZjY3ZGYxNWMtYzBmNS00N2Q0LWIzY2EtZWVkMTcxMjNjODgyLnBkZnwxfGZhYjIyYzEzLWU5MGEtNDFjMi05NGFmLWQ1Zjk2YmIyOTM2OA==)

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