01
Upload completed audio
Send a supported file after the call. API v1 is prerecorded speech analytics; it does not claim real-time intervention.
Contact-center intelligence
Turn completed service calls into contact center analytics: a transcript plus multilabel emotion, speaking style, and time-local segments. Score a whole queue for tone, find the calls worth a careful human review, and compare patterns over time — without pretending a score is a person’s inner state.
One file / one result
I have already explained this twice, and I need someone to resolve it today.
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
Send a supported file after the call. API v1 is prerecorded speech analytics; it does not claim real-time intervention.
02
Store the transcript, per-sentence emotion labels, segments, request ID, and usage record in your existing call-analytics or QA workflow.
03
Feed the acoustic signal into coaching and quality review alongside operational context and qualified reviewer judgment.