> For the complete documentation index, see [llms.txt](https://docs.uaepass.ae/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.uaepass.ae/feature-guides/signature-integration-guide/hash-signing/bulk-hash-signing-multiple-documents/endpoints.md).

# Endpoints

{% hint style="info" %} <mark style="color:green;">**Please make sure the external endpoints are accessible from the environment you are running the docket image.**</mark>
{% endhint %}

**Staging Environment**

| Endpoint                      | Usability                                        | URL                                          |
| ----------------------------- | ------------------------------------------------ | -------------------------------------------- |
| Start the process.            | To initiate the start, process from utility      | `http://localhost:8080/v2/signature/start`   |
| Initiate the Signing request. | To initiate the signing process from utility     | `http://localhost:8080/v2/signature/request` |
| Sign PDF document             | To initiate the PDF signing process from utility | `http://localhost:8080/v2/signature/sign`    |
| Hash Signing Base URL         | Internal Call                                    | `https://stg-id.uaepass.ae`                  |
| Signing Backend URL           | Internal Call                                    | `https://stg-apis.uaepass.ae`                |

#### Production Environment

| Endpoint                      | Usability                                        | URL                                          |
| ----------------------------- | ------------------------------------------------ | -------------------------------------------- |
| Start the process.            | To initiate the start, process from utility      | `http://localhost:8080/v2/signature/start`   |
| Initiate the Signing request. | To initiate the signing process from utility     | `http://localhost:8080/v2/signature/request` |
| Sign PDF document             | To initiate the PDF signing process from utility | `http://localhost:8080/v2/signature/sign`    |
| Hash Signing Base URL         | Internal Call                                    | `https://id.uaepass.ae`                      |
| Signing Backend URL           | Internal Call                                    | `https://apis.uaepass.ae`                    |
