Does the eDocBuilder API support multi-thread processes?

The eDocBuilder API is a WEB API. It is intended to be called using asynchronous or synchronous approaches, but that is completely up to the programmer of the application, and we do not have any special topics in the documentation related to async/await approaches.

When used improperly in the application being developed, an asynchronous approach may produce unexpected results, but those kind of results are not specific to eDocBuilder, and could happen with any API that allows for asynchronous calls.