single API call #40
-
|
In the API example you need several calls to get a result document:
Is it possible to upload the template and generate a file from this template in a single call ? If so, is it possible to ensure that no data (template, json content, output file) is kept on the server ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi, We are using this mechanism because of templates that could be heavy (we have templates with more than 100 pages) and the first scan of a template can be a bit long. We won't create a shortcut api call because we feel it is easy to make the 3 API calls (add the template, generate the file, remove the template), and the performances would be the same than the shortcut we would create. Best regards, |
Beta Was this translation helpful? Give feedback.
Hi,
We are using this mechanism because of templates that could be heavy (we have templates with more than 100 pages) and the first scan of a template can be a bit long.
We won't create a shortcut api call because we feel it is easy to make the 3 API calls (add the template, generate the file, remove the template), and the performances would be the same than the shortcut we would create.
Best regards,
Philippe