> 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/hash-signing-single-document/hash-signing-java-sdk-set-up/endpoints.md).

# Endpoints

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

**Staging**

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

**Production**

| Endpoint                     |                                                  | URL                                          |
| ---------------------------- | ------------------------------------------------ | -------------------------------------------- |
| Start the process            | To initiate the start, process from utility      | `http://localhost:8089/v2/signature/start`   |
| Initiate the Signing request | To initiate the signing process from utility     | `http://localhost:8089/v2/signature/request` |
| Sign PDF document            | To initiate the PDF signing process from utility | `http://localhost:8089/v2/signature/sign`    |
| Time Stamping Authority URL  | Internal Call                                    | `https://ca-services.desc.gov.ae/adss/tsa`   |
| Hash Signing Base URL        | Internal Call                                    | `https://id.uaepass.ae`                      |
| Signing Backend URL          | Internal Call                                    | `https://apis.uaepass.ae`                    |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/hash-signing-single-document/hash-signing-java-sdk-set-up/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.
