Skip to main content
POST
/
audio
/
transcriptions
Create Audio Transcriptions
curl --request POST \
  --url https://api.siliconflow.cn/v1/audio/transcriptions \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form model=FunAudioLLM/SenseVoiceSmall \
  --form file=@example-file
{
  "text": "<string>"
}

Authorizations

Authorization
string
header
required

Body

multipart/form-data
file
file
required
model
enum<string>
required
Available options:
FunAudioLLM/SenseVoiceSmall,
TeleAI/TeleSpeechASR
Example:

Response

text
string
required