Skip to main content
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

Authorization
string
header
required

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

automationId
string

The automation ID. The automation must have a template configured. Either automationId or docId is required.

docId
string

Alternative to automationId.

Response

Placeholders extracted

placeholders
object
Last modified on May 26, 2026