01
Send the recording
Upload a completed sales call. API v1 is prerecorded, so it fits post-call review rather than live prompting.
Revenue teams
Sales call analysis usually reads the transcript and stops there. The Speech API scores emotion and speaking style per sentence from the audio, so you can see hesitation, excitement, or friction as it landed — and find the moments that moved a deal, not just the words that were spoken.
One file / one result
This actually sounds like exactly what we have been trying to solve — how soon could we start?
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
Upload a completed sales call. API v1 is prerecorded, so it fits post-call review rather than live prompting.
02
Get a transcript plus per-sentence emotion and speaking-style labels — buying signals and friction, measured from the voice.
03
Feed the labels into call scoring and coaching workflows alongside CRM context and reviewer judgment.