v1

latestOpenAPI 3.0.32026-07-1791014.8 KB

Submit data for processing

Required role: set by AUTHTYPE in worker

Submit data/document/file for processing such as for instance signing and get back the result (i.e. signature).

post/workers/{idOrName}/process

Path parameters

idOrNamestring required

Worker Id or name of the worker

Request body

datastring required

The input data to be processed (i.e. signed).

encoding'NONE' | 'BASE64'

Choice of additional encoding of the data.

metaDataobject

Additional request metadata for the worker.

Response

The response data

datastring

The resulting data (i.e the signature) in Base64 encoding

requestIdstring
archiveIdstring
signerCertificatestring
metaDataobject