Speech-to-text(音声からテキストへ)
ElevenLabsの音声認識技術で、拍手や笑い声などを識別できるのが特徴です。
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-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO' \
--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:49:23