# SEALING Server API Documentation

## Introduction

This documentation presents the different methods in SIGNIUS SEALING Server API, how to use them, their parameters and other significant information about them.

Most methods require a JSON compatible input. Except timestamp and hash signing processes.

Each call to the REST method requires that the API key. API key must be added to the HTTP header

> API-KEY: \<your API Key>

To obtain your individual API key please contact us at <connect@signius.eu>&#x20;

All methods except timestamp and hash signing are asynchronous

## Swagger

We have included all the necessary information you'll need to be successful in swagger. Check this URL for further details: <https://sandbox-seal.signius.eu/swagger/index.html>

## Postman collection

If you would like to receive a pre-build postman collection, please give us a quick mail: <connect@signius.eu> .


---

# 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.signius.eu/api/seal-api/sealing-server-api-documentation.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.
