ON.1-API 文档、API 调试、API Mock、API 自动化测试!
curl --location --request POST 'https://api.rcouyi.com/v1/audio/transcriptions' \
--form 'file=@""' \
--form 'model="whisper-1"' \
--form 'prompt=""' \
--form 'response_format=""' \
--form 'temperature="0"' \
--form 'timestamp_granularities=""' \
--form 'language=""'
{
"text": "Hello, my name is Wolfgang and I come from Germany. Where are you heading today?"
}