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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sign.enadocapp.com/evia-sign-api/document.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
