01
Capture with consent
Record the meeting using the product’s existing consent and retention controls.
Meeting intelligence
Process completed meeting audio to return a searchable transcript with time-local emotion and speaking-style annotations. The result can help reviewers revisit moments where wording alone loses important delivery context.
One file / one result
That sounds promising. I still want to understand what happens if the timeline slips.
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
Record the meeting using the product’s existing consent and retention controls.
02
Submit the file to unified analysis and retain only the response fields needed by the application.
03
Let users search transcript text, inspect time-local labels, and correct downstream interpretations.