API Operations
detect-patterns Analyzes a transcript to identify recurring themes, contradictions, or unmet needs.
| Parameter | Type | Required | Description |
|---|---|---|---|
transcript | object | — |
enforce-timing Manages the turn-taking and timers defined by a format.
| Parameter | Type | Required | Description |
|---|---|---|---|
session-id | string | — | |
format-id | string | — |
load-audio Loads a physical audio file for playback.
| Parameter | Type | Required | Description |
|---|---|---|---|
recording-id | string | — |
resolve-conflicts Merges local and remote state changes.
| Parameter | Type | Required | Description |
|---|---|---|---|
local-data | object | — | |
remote-data | object | — |
transcribe-audio Converts an audio buffer into a structured Transcript with timestamps.
| Parameter | Type | Required | Description |
|---|---|---|---|
audio-data | object | — | Buffer |
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | ✓ | |
length | number | ✓ |
Declared Errors
transcription-failed