Speech-to-text(Speech-to-Text)
Speech-to-text from ElevenLabs, featuring the ability to mark applause, laughter, etc.
Request
Example:Bearer {{YOUR_API_KEY}}
Body Params application/json
{
"audio_url": "",
"language_code": "eng",
"tag_audio_events": true,
"diarize": true
}
Request samples
curl --location --request POST 'https://api.302.ai/302/submit/elevenlabs/speech-to-text' \
--header 'Authorization: Bearer sk-jls4AaVBGoe1GwZD64qZA1qyKTN1MPHa4NmvH1cT68z7K1Zz' \
--header 'Content-Type: application/json' \
--data-raw '{
"audio_url": "",
"language_code": "eng",
"tag_audio_events": true,
"diarize": true
}'
Responses
application/json Modified at 2025-07-03 01:42:22