---
title: "Extract Docusign Values"
method: POST
path: "/developer/docusign/forms/{form_id}/extract"
tags: ["Developer", "Developer - DocuSign"]
---

# Extract Docusign Values

`POST /developer/docusign/forms/{form_id}/extract`

Run LLM extraction against a transcript for a given form (no envelope created).

## Path parameters

- `form_id` string, uuid, required

## Request body

- DocuSignExtractRequest — Run LLM extraction against a transcript for a given form.
  - `transcript` string, required

## Response `200`

Successful Response

- DocuSignExtractResponse — Result of an LLM extraction — keyed by tab_label.
  - `values` object, 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)
