Skip to content
UniAPI Doc
Search
K
Main Navigation
首页
文档
Appearance
Menu
Return to top
创建转录
POST
/v1/audio/translations
Authorizations
bearer
Type
HTTP (bearer)
Request Body
Schema
JSON
JSON
{
"file"
:
""
,
"model"
:
"whisper-1"
,
"prompt"
:
""
,
"response_format"
:
"string"
,
"temperature"
:
0
}
Responses
200
OK
Content-Type
application/json
Schema
JSON
JSON
{
"text"
:
"string"
}
POST
/v1/audio/translations
Playground
Authorization
bearer
Body
JSON
Try it out
Samples