v1

latestOpenAPI 3.0.3MIT2026-07-1373217576.0 KB
Template

Get Template Files as Data Uri

Obtain a copy of the current documents specified by the template_id parameter. Returns a JSON object with a data_uri representing the base64 encoded file (PDFs only).

If the files are currently being prepared, a status code of 409 will be returned instead. In this case please wait for the template_created callback event.

get/template/files_as_data_uri/{template_id}

Path parameters

template_idstring required

The id of the template files to retrieve.

Response

successful operation

data_uristring required

File as base64 encoded string.