Weilai.AIWeilai.AI
使用指南部署安装API 参考AI 应用Skills帮助支持商务合作
AI 模型接口音频(Audio)原生OpenAI格式

音频转录

将音频转换为文本

POST
/v1/audio/transcriptions

Authorization

BearerAuth
AuthorizationBearer <token>

使用 Bearer Token 认证。 格式: Authorization: Bearer sk-xxxxxx

In: header

Request Body

multipart/form-data

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://loading/v1/audio/transcriptions" \  -F file="string" \  -F model="whisper-1"
{
  "text": "string"
}

这篇文档对您有帮助吗?

最后更新于