MoleAPIMoleAPI
DocumentationRéférence de l’APIInterface des modèles d’IAAudioFormat OpenAI natif

Traduction audio

Traduire un audio en texte anglais

POST
/v1/audio/translations

Authorization

BearerAuth

AuthorizationBearer <token>

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

In: header

Request Body

multipart/form-data

file*file
Formatbinary
model*string
prompt?string
response_format?string
temperature?number

Response Body

application/json

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

Ce guide vous a-t-il aidé ?

Dernière mise à jour le

Retour à l’accueilPasserelle