cURL
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>" }
Creates an audio transcription.
Use the following format for authentication: Bearer <your api key>
200
Represents a transcription response returned by model, based on the provided input.