01
Send the recording
Upload a prerecorded sales call for post-call review.
Revenue teams
Review recorded sales calls with a transcript and labels for emotion and speaking style. Find changes in delivery, replay the relevant passages, and consider them alongside CRM notes.
For teams building this workflow into their own product. Start with prerecorded English audio; Oruk returns structured analysis through the API.
No account needed to try the public demo.
Illustrative output
This actually sounds like exactly what we have been trying to solve — how soon could we start?
Example labels for this interface concept. Analyze your recording to inspect actual model output.
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"Example implementation
Measure time to locate a coachable passage and reviewer agreement on relevance. Test whether notes become more specific; do not use acoustic scores as a prediction of intent or likelihood to buy.
01
Upload a prerecorded sales call for post-call review.
02
Read the transcript alongside emotion and speaking-style scores for each segment.
03
Feed the labels into call scoring and coaching workflows alongside CRM context and reviewer judgment.