Get document variables
Bulk Rendering
Get document variables
Get the variable definitions for a document. Use this to understand what variables are required for bulk rendering.
GET
Get document variables
Documentation Index
Fetch the complete documentation index at: https://docs.autype.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API Key (starts with ak_...)
Path Parameters
Response
Document variable definitions
Document ID
Document title
Variable definitions from the document
Example:
{
"companyName": { "type": "string" },
"logo": { "type": "image", "width": 150 },
"items": { "type": "list" }
}List of variable names
Example:
["companyName", "logo", "items"]