---
title: "Create speech task"
method: POST
path: "/speech/recognize"
tags: ["Portal", "Portal Speech"]
---

# Create speech task

`POST /speech/recognize`

submit an audio recording for speech recognition

## Headers

- `X-Recognition-Token` string, required — Speech recognition token authorising the request.

## Response `201`

Successful Response

- SpeechRecognitionTaskResponse
  - `task` SpeechRecognitionTask, required
    - `id` integer, required — Speech recognition task identifier

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1.md) · [All operations](https://skmtc.net/commpeak/apis/dialer-api-v2-0-1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/commpeak/dialer-api-v2-0-1/revisions/eacecf960bb6/schema)
