AsyncAPI channel · Suki AI · Suki Speech Service Streaming API

/api/v1/form-filling/sessions/{sessionId}/audio

Form-filling session audio channel. Streams voice input that Suki maps into the structured fields of the form template attached to the session. Returned by `POST /form-filling/sessions` as `audioWebsocketUrl`. Uses the same Base64 PCM JSON framing as the ambient channel.

Provider: Suki AI AsyncAPI: v2.6.0 Spec: Suki Speech Service Streaming API Operations: 2 Messages: 3

Channel address

/api/v1/form-filling/sessions/{sessionId}/audio

Parameters

Operations

publish
publishFormFillingAudio
Stream form-filling voice input to Suki.
receiveFormFillingStatus
Receive stream-level status frames; structured data is delivered via REST/webhook.

Messages

AmbientStartTime
First frame sent on an ambient or form-filling session.
Content-Type: application/json
AmbientAudioFrame
Base64-encoded PCM audio chunk. To terminate the stream, send a frame whose `data` is `RU9G` (Base64 for the ASCII bytes "EOF").
Content-Type: application/json
StreamStatusEvent
Server-emitted status updates (e.g. acknowledgements, errors, stream lifecycle). Final clinical content for ambient and form-filling sessions is fetched via REST or delivered via partner-hosted webhoo
Content-Type: application/json

About AsyncAPI

The AsyncAPI specification describes event-driven APIs the way OpenAPI describes request/response APIs. A channel is the named pipe — a webhook URL, a Kafka topic, a WebSocket route, an MQTT subject — that producers and consumers publish or subscribe to. Each channel carries one or more messages with structured payloads, and an operation declares whether a given party sends or receives on that channel.

Browse every event-driven channel on the APIs.io network or compare with the broader Naftiko capability, Agent Skill, and MCP server surfaces of the same providers.