Each device has a Swagger Interface which can be reached under the Cada dispositivo tiene una interfaz Swagger a la que se puede acceder mediante la URL
http(s)://<DeviceIP>/openapi/swagger-ui
...
This Swagger Interface allows to use/test the Esta interfaz Swagger permite utilizar/probar la funcionalidad REST-API functionality. At the beginning you need to create a session and Authorize with the SessionID. Next you can upload a PDF or XML document to the device. The user can see this document and start the signing process. By reading the event queue you get the feedback what the signer did. When the signing process is finished you can download the signed document. Al principio es necesario crear una sesión y Autorizar con el SessionID. A continuación, puede cargar un documento PDF o XML en el dispositivo. El usuario puede ver este documento e iniciar el proceso de firma. Leyendo la cola de eventos se obtiene información sobre lo que ha hecho el firmante. Una vez finalizado el proceso de firma, puede descargar el documento firmado.
...