cURL
curl --request POST \ --url https://api.tkhub.ai/v1/audio/translations \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form file='@example-file' \ --form model= \ --form prompt= \ --form response_format= \ --form temperature=0
{ "text": "<string>" }
将音频翻译为英文文本
Documentation IndexFetch the complete documentation index at: https://docs.tkhub.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.tkhub.ai/llms.txt
Use this file to discover all available pages before exploring further.
使用 Bearer Token 认证。 格式: Authorization: Bearer sk-xxxxxx
Authorization: Bearer sk-xxxxxx
""
0
成功翻译
Was this page helpful?