Create Template
Create an edit template.
Stores a reusable form template from an empty document (PDF or Office
document) plus its form_fields and a name. Later edits can reference the
returned template id instead of re-uploading the document. An unsupported
document format responds with 400; on success responds with 201.
Register anDocumentation Index
Fetch the complete documentation index at: https://docs.retab.com/llms.txt
Use this file to discover all available pages before exploring further.
EditTemplate — a PDF plus a set of pre-defined form fields that can be filled repeatedly via POST /v1/edits with template_id.
Authorizations
Body
Response
Successful Response
A reusable edit template: an empty PDF and the form_fields defined on it.
Unique identifier of the template.
Name of the template.
File information for the empty PDF template.
Form fields attached to the template.
Number of form fields in the template.
Timestamp of creation.
Timestamp of last update.