---
title: "Analyze Form"
method: POST
path: "/custom/models/{modelId}/analyze"
---

# Analyze Form

`POST /custom/models/{modelId}/analyze`

Extract key-value pairs, tables, and semantic values from a given document. The input document must be of one of the supported content types - 'application/pdf', 'image/jpeg', 'image/png' or 'image/tiff'. Alternatively, use 'application/json' type to specify the location (Uri or local path) of the document to be analyzed.

## Path parameters

- `modelId` string, uuid, required

## Query parameters

- `includeTextDetails` boolean

## Request body

- SourcePath — Uri or local path to source data.
  - `source` string — File source path.

## Response `202`

Request is queued successfully.

## Other responses

- `default` — Response entity accompanying non-successful responses containing additional details about the error.

---

[API](https://skmtc.dev/azure/apis/form-recognizer-client.md) · [All operations](https://skmtc.dev/azure/apis/form-recognizer-client/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/form-recognizer-client/revisions/f77e48809807/schema)
