---
title: "Create transcript job"
method: POST
path: "/speech-to-text"
tags: ["speechToText"]
---

# Create transcript job

`POST /speech-to-text`

Submit audio or video for transcription

## Headers

- `Authorization` string, required

## Response `200`

Transcript job created

- SpeechToTextCreateTranscriptResponse200
  - `success` boolean
  - `item` SpeechToTextPostResponsesContentApplicationJsonSchemaItem
    - `uuid` string, uuid
    - `status` 'pending' | 'processing' | 'completed' | 'failed'
    - `privacy_mode` boolean — Whether the transcript was created with zero retention
    - `created_at` string, date-time
    - `updated_at` string, date-time

## Other responses

- `400` — Bad request (missing input, invalid callback_url, or zero retention requested without a callback_url)
- `402` — Zero retention is not included in the team's plan or subscription

---

[API](https://skmtc.dev/resemble/apis/api-reference.md) · [All operations](https://skmtc.dev/resemble/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/resemble/api-reference/revisions/e93597a6b425/schema)
