List template placeholders
curl --request GET \
--url https://api.docsautomator.co/listPlaceholdersV2 \
--header 'Authorization: Bearer <token>'{
"placeholders": {
"main": [
"customer_name",
"invoice_date",
"total"
],
"line_items_1": [
"description",
"quantity",
"rate",
"amount"
]
}
}Templates
List template placeholders
Extracts and returns all placeholders from the automation’s Google Doc template. Placeholders are grouped into main (top-level) and line item groups (line_items_1, line_items_2, etc.).
GET
/
listPlaceholdersV2
List template placeholders
curl --request GET \
--url https://api.docsautomator.co/listPlaceholdersV2 \
--header 'Authorization: Bearer <token>'{
"placeholders": {
"main": [
"customer_name",
"invoice_date",
"total"
],
"line_items_1": [
"description",
"quantity",
"rate",
"amount"
]
}
}Authorizations
API key from your workspace settings. Pass as Authorization: Bearer <key> or X-API-Key: <key>. Find it at app.docsautomator.co/settings/workspace/api.
Query Parameters
The automation ID. The automation must have a template configured. Either automationId or docId is required.
Alternative to automationId.
Response
Placeholders extracted
Show child attributes
Show child attributes
Last modified on May 26, 2026
⌘I