---
title: "Auto Label Docusign Fields"
method: POST
path: "/developer/docusign/forms/{form_id}/auto-label"
tags: ["Developer", "Developer - DocuSign"]
---

# Auto Label Docusign Fields

`POST /developer/docusign/forms/{form_id}/auto-label`

Use Claude (multimodal) to label a form's fields from the template PDF.

Renders the template's PDF pages with a numbered marker at each field's
position, asks Claude to read the printed label adjacent to each marker,
and writes the generated ``display_name`` / ``llm_description`` into the
sidecar columns. Returns the refreshed form detail.

## Path parameters

- `form_id` string, uuid, required

## Response `200`

Successful Response

- DocuSignFormDetailResponse — A DocuSign template plus its fields.
  - `docusign_form_id` string, uuid, required
  - `template_id` string, required
  - `name` string, required
  - `email_subject` string, nullable
  - `extraction_prompt` string, nullable
  - `description` string, nullable
  - `last_synced_at` string, date-time, nullable
  - `fields` DocuSignFormFieldResponse[]
    - `docusign_form_field_id` string, uuid, required
    - `tab_label` string, required
    - `tab_type` string, required
    - `recipient_role_name` string, nullable
    - `display_name` string, required
    - `llm_description` string, nullable
    - `extract` boolean, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/b642b91e0a5c/schema)
