AI Model APIAudio
Audio Translation
Translate audio to English text
Authorization
BearerAuth
AuthorizationBearer <token>
使用 Bearer Token 认证。
格式: Authorization: Bearer sk-xxxxxx
In: header
Request Body
multipart/form-data
file*string
model*string
prompt?string
response_format?string
temperature?number
Response Body
application/json
curl -X POST "https://api.example.com/v1/audio/translations" \ -F file="" \ -F model=""{
"text": "string"
}How is this guide?
Last updated on