Item | Limitation Description |
---|---|
Audio Duration | No more than 2 hours |
Audio Size | No more than 100MB |
Audio Encoding | Supports PCM / WAV / MP3 / OGG OPUS |
Upload File Binary Stream | Size limited to within 20MB, depending on client outbound bandwidth |
Multi-channel | Compared to mono, processing time will increase accordingly |
{
"url": "https://file.302.ai/gpt/imgs/20250701/a2057cbb50b14e779b11af54c38e6265.mp3"
}
curl --location --request POST 'https://api.302.ai/doubao/largemodel/recognize' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header 'Content-Type: application/json' \
--data-raw '{
"url": "https://file.302.ai/gpt/imgs/20250701/a2057cbb50b14e779b11af54c38e6265.mp3"
}'
{}