Back to All

Create docu,emts for Sign via API concatent several documents with templates

I am trying to create one document per signature from multiple documents.

However, I get an unexpected result.

I am passing two files and two templates IDs to the Create Document hotspot

templates[0].id ="example1"

templates[1].id = "example2"

However, I get an unexpected result. Instead of overlaying templates on each separate document, both templates are overlaid on one first document. The second document remains without an overlaid template at all.

How do I need to make a request that both the first document was overlaid with a template and the second document was overlaid with its own template?