---
title: "Create Transcription"
method: POST
path: "/audio/transcriptions"
---

# Create Transcription

`POST /audio/transcriptions`

Transcribe audio to text (OpenAI-compatible multipart upload). Max 25 MB / 25 minutes.

## Response `200`

Transcription result

- AudioTranscriptionResponse
  - `text` string, required — Transcribed text
  - `duration` number — Audio duration in seconds (verbose_json)

---

[API](https://skmtc.dev/electronhub/apis/electron-hub-api.md) · [All operations](https://skmtc.dev/electronhub/apis/electron-hub-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/electronhub/electron-hub-api/revisions/727f9c51555b/schema)
