---
title: "POST /documentModels/{modelId}:analyzeBatch"
method: POST
path: "/documentModels/{modelId}:analyzeBatch"
---

# POST /documentModels/{modelId}:analyzeBatch

`POST /documentModels/{modelId}:analyzeBatch`

Analyzes batch documents with document model.

## Path parameters

- `modelId` string, required

## Query parameters

- `api-version` string, required
- `pages` string
- `locale` string
- `stringIndexType` 'textElements' | 'unicodeCodePoint' | 'utf16CodeUnit'
- `features` string[]
- `queryFields` string[]
- `outputContentFormat` 'text' | 'markdown'
- `output` string[]

## Request body

- AnalyzeBatchDocumentsRequest — Batch document analysis parameters.
  - `azureBlobSource` AzureBlobContentSource — Azure Blob Storage content.
    - `containerUrl` string, uri, required — Azure Blob Storage container URL.
    - `prefix` string — Blob name prefix.
  - `azureBlobFileListSource` AzureBlobFileListContentSource — File list in Azure Blob Storage.
    - `containerUrl` string, uri, required — Azure Blob Storage container URL.
    - `fileList` string, required — Path to a JSONL file within the container specifying a subset of documents.
  - `resultContainerUrl` string, uri, required — Azure Blob Storage container URL where analyze result files will be stored.
  - `resultPrefix` string — Blob name prefix of result files.
  - `overwriteExisting` boolean — Overwrite existing analyze result files?

## Response `202`

The request has been accepted for processing, but processing has not yet completed.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/azure/apis/ai-documentintelligence.md) · [All operations](https://skmtc.net/azure/apis/ai-documentintelligence/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/ai-documentintelligence/versions/3f750834da9e/schema)
