Create Template from File Upload

This asynchronous endpoint allows users to create a new template by uploading a file.

The uploaded file is processed in the background to generate the template. The maximum allowable file size for upload is 100 MB. Field tags and form fields are not supported yet.

Once the file is uploaded, the processing will happen asynchronously, and users need to check the status of the template creation.

Query Params
fields
array of strings

A comma-separated list of additional fields to include in the response.

fields
Body Params
file

Binary PDF/DocX/RTF File.

data
object

JSON as a multipart/form-data string.

Responses

Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json