Speech-to-text(Speech-to-Text)
Speech-to-text from ElevenLabs, featuring the ability to mark applause, laughter, etc.
Request
Body Params application/json
{
"audio_url": "",
"language_code": "eng",
"tag_audio_events": true,
"diarize": true
}
Request Code Samples
curl --location --request POST 'https://api.302.ai/302/submit/elevenlabs/speech-to-text' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"audio_url": "",
"language_code": "eng",
"tag_audio_events": true,
"diarize": true
}'
Responses
application/json {
"logs": null,
"metrics": {},
"queue_position": 0,
"request_id": "3a21485e-1705-44ce-b016-ea8edda51aed",
"status": "IN_QUEUE"
}
Modified at 2026-01-16 11:07:54