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


---

# 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.uaepass.ae/feature-guides/signature-integration-guide/hash-signing/bulk-hash-signing-multiple-documents/endpoints.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.
