---
title: "Create transcription (speech-to-text)"
method: POST
path: "/v1/audio/transcriptions"
tags: ["audio"]
---

# Create transcription (speech-to-text)

`POST /v1/audio/transcriptions`

## Response `200`

Transcription in the requested response_format: a JSON object for json/verbose_json, or a text/plain body for text/srt/vtt

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `502` — Bad Gateway

## Changes

- **2026-08-22** `496ff50bdfef` — 8 info
  - added the optional property `error/provider` to the response with the `400` status (media type: application/json)
  - added the optional property `error/provider` to the response with the `400` status (media type: text/plain)
  - added the optional property `error/provider` to the response with the `401` status (media type: application/json)
  - added the optional property `error/provider` to the response with the `401` status (media type: text/plain)
  - …4 more
- **2026-05-29** `29b33b30e62e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/enterpilot/apis/gomodel-api/changes/v1/audio/transcriptions/post.md)

---

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