---
title: "Start dialog processing for a given audio source."
method: POST
path: "/voice/dialog/start"
tags: ["voice"]
---

# Start dialog processing for a given audio source.

`POST /voice/dialog/start`

## Query parameters

- `sourceId` string
- `ksId` string
- `sttId` string
- `ttsId` string
- `voiceId` string
- `hliIds` string
- `sinkId` string
- `keyword` string
- `listeningItem` string

## Headers

- `Accept-Language` string

## Response `200`

OK

## Other responses

- `400` — Services are missing or language is not supported by services or dialog processing is already started for the audio source.
- `404` — One of the given ids is wrong.

---

[API](https://skmtc.net/openhab/apis/openhab-rest-api.md) · [All operations](https://skmtc.net/openhab/apis/openhab-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openhab/openhab-rest-api/revisions/0f2ce17cab3e/schema)
