01
Upload completed audio
Send a supported file after the call. API v1 is prerecorded and does not claim real-time intervention.
Contact-center intelligence
Analyze completed customer-service audio for a transcript, multilabel emotion, speaking style, and time-local segments. Use the output to prioritize review and understand patterns 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 and does not claim real-time intervention.
02
Store the transcript, labels, segments, request ID, and usage record in the existing QA workflow.
03
Combine the acoustic signal with operational context, policy checks, and qualified reviewer judgment.