ModelSell 文档
音频与其他音频

音频翻译

将音频翻译为英文文本

POST
/v1/audio/translations

将音频翻译为英文文本

Authorization

bearerAuth
AuthorizationBearer <token>

使用 Authorization Bearer API Key 进行鉴权。

In: header

Request Body

multipart/form-data

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X POST "https://example.com/v1/audio/translations" \  -F file="" \  -F model=""
{
  "text": "string"
}