---
title: "语音转文本"
method: POST
path: "/paas/v4/audio/transcriptions"
tags: ["模型 API"]
---

# 语音转文本

`POST /paas/v4/audio/transcriptions`

使用 [GLM-ASR-2512](/cn/guide/models/sound-and-video/glm-asr-2512) 模型将音频文件转录为文本，支持多语言和实时流式转录。点击 **Try it** 按钮可快速试用。

## Response `200`

业务处理成功

- AudioTranscriptionResponse
  - `id` string — 任务 ID
  - `created` integer — 请求创建时间，是以秒为单位的 `Unix` 时间戳
  - `request_id` string — 由用户端传递，需要唯一；用于区分每次请求的唯一标识符。如果用户端未提供，平台将默认生成。
  - `model` string — 模型名称
  - `text` string — 音频转录的完整内容

## Other responses

- `default` — 请求失败。

---

[API](https://skmtc.net/bigmodel/apis/zhipu-ai-api.md) · [All operations](https://skmtc.net/bigmodel/apis/zhipu-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bigmodel/zhipu-ai-api/versions/37de2d7b73de/schema)
