Skip to main content

30-Second Test (Choose Your Language)

You’ll receive a complete analysis including speaker diarization, emotions, sentiment, and conversation insights in ~10-20 seconds. ✨

Prerequisites

  • curl installed (or use Postman)
  • Outbound HTTPS access to https://api.illocution.ai
Download our sample audio file to test immediately:

Batch Upload in 3 Steps

1. Send the file

2. Inspect the response

(truncated example):

3. Download artifacts

If needed, use the returned artifact_dir to access persisted analysis files.

Realtime Replay Walkthrough

1. Start the SSE stream

2. Listen for events

(sample output):

3. Close the stream

After the done event fires or when idle.

Live Capture End-to-End

1. Start a session

Response includes session_id, chunk_endpoint, events_endpoint, and control_endpoint.

2. Upload sequential chunks

(pseudo-example using bash loop):

3. Attach to the SSE feed

4. Finalize when done

The SSE client will then receive the final summary_update and done events. These flows can be copied directly into Mintlify pages (“Batch Quickstart”, “Replay Quickstart”, “Live Quickstart”) for customer onboarding.