音频转文字 gpt-4o-transcribe
概览
- 方法: POST
- 地址: https://api.winfull.cloud-ip.cc/v1/audio/transcriptions
- 简介: 官方文档:https://platform.openai.com/docs/guides/speech-to-text
认证
- Header: Authorization: Bearer
<token>
请求参数
- Header: Authorization: Bearer
<token> - Body 类型: multipart/form-data
请求示例
curl --location --request POST 'https://api.winfull.cloud-ip.cc/v1/audio/transcriptions' \
--header 'Authorization: Bearer <token>' \
--form 'file=@"C:\\Users\\Administrator\\Desktop\\test.m4a"' \
--form 'model="gpt-4o-transcribe"' \
--form 'response_format="json"'返回示例
🟢200成功 示例
{
"text": "Imagine the wildest idea that you've ever had, and you're curious about how it might scale to something that's a 100, a 1,000 times bigger. This is a place where you can get to do that."
}最后更新:2025-10-10 15:32:58
