Create TemplateAsk AIpost https://api.pandadoc.com/public/v1/templatesThis operation allows you to create a new template by providing the necessary template details.Query Paramsfieldsarray of stringsA comma-separated list of additional fields to include in the response.fieldsADD stringBody ParamsurlstringSecure (HTTPS) and publicly accessible URL to the PDF document.namestringThe name of the template.folder_uuidstringThe ID of the folder where the created template should be stored.ownerobjectYou can set an owner of a template as an email or membership_id.owner objectmetadataobject | nullYou can pass arbitrary data in the key-value format to associate custom information with a template. This information is returned in any API requests for the template details by id.metadata object | nulltokensarray of objectsCreate or initialize multiple CUSTOM variables with their values using tokens/values list. Template's predefined variables are read-only. Any attempts to do so will be ignored.tokensADD objectResponses 201OK 400Bad Request 401Authentication error 429Too Many RequestsUpdated 7 months ago