---
title: "POST /analyze-conversations/jobs"
method: POST
path: "/analyze-conversations/jobs"
---

# POST /analyze-conversations/jobs

`POST /analyze-conversations/jobs`

Analyzes the input conversation utterance.

## Query parameters

- `api-version` string, required

## Request body

- AnalyzeConversationJobsInput — It is a wrap up a Question Answering KB response.
  - `displayName` string — Display name for the analysis job.
  - `analysisInput` MultiLanguageConversationAnalysisInput, required — Multi Language Conversation Analysis Input
    - `conversations` Conversation[], required — Array of conversation items
      - `id` string, required — Unique identifier for the conversation.
      - `language` string, required — Language of the conversation item in BCP-47 format.
      - `modality` 'transcript' | 'text', required — Enumeration of supported conversational modalities.
      - `domain` 'finance' | 'healthcare' | 'generic' — Enumeration of supported conversational domains.
  - `tasks` AnalyzeConversationLROTask[], required — Set of tasks to execute on the input conversation.
    - `taskName` string — task name
    - `kind` 'ConversationalSummarizationTask' | 'ConversationalPIITask' | 'CustomConversationalSummarizationTask', required — Enumeration of supported analysis tasks on a collection of conversations.
  - `cancelAfter` number, float — Optional duration in seconds after which the job will be canceled if not completed.

## 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/cognitiveservices-languageanalyzeconversations.md) · [All operations](https://skmtc.net/azure/apis/cognitiveservices-languageanalyzeconversations/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/cognitiveservices-languageanalyzeconversations/revisions/79233defacd8/schema)
