01
Collect the recordings
Support calls, voicemails, user interviews, and post-call surveys — any prerecorded English audio you already keep.
Voice of customer
Most voice-of-customer programs stop at survey text. Run the actual recordings through the Speech API and you get voice of customer sentiment analysis from the audio — emotion and speaking style scored per sentence — turning support calls, voicemails, and interviews into structured voice-of-customer analytics you can trend, segment, and route.
One file / one result
Honestly, I was ready to cancel — but the way your team handled it completely turned me around.
curl https://speech-api.oruk.ai/v1/audio/analysis \
-H "Authorization: Bearer $ORUK_API_KEY" \
-H "X-Request-ID: $(uuidgen)" \
-F "model=oruk-resonance" \
-F "file=@recording.wav"01
Support calls, voicemails, user interviews, and post-call surveys — any prerecorded English audio you already keep.
02
Each file returns a transcript plus per-sentence emotion and speaking-style labels, so tone is measured from the voice, not inferred from text.
03
Aggregate the labels into voice-of-customer analytics — trend sentiment over time, segment by cohort, and route the moments that need a human.