AsyncAPI channel · Modulate · Velma 2 AI Music Detection Streaming API

/api/velma-2-ai-music-detection-streaming

## WebSocket Close Codes - `1000`: Normal closure after the `done` message, or after the connection completes. - `1003`: Invalid or missing query parameters (unknown `audio_format`, invalid `sample_rate` or `num_channels`, a raw format missing `sample_rate`/`num_channels`, `sample_rate`/`num_channels` supplied without `audio_format`, or `audio_format` omitted). An `error` message is sent

Provider: Modulate AsyncAPI: v3.0.0 Spec: Velma 2 AI Music Detection Streaming API Operations: 5 Messages: 5

Channel address

/api/velma-2-ai-music-detection-streaming

Operations

send
sendAudio
Stream audio data to the server.
send
signalEnd
Signal end of audio stream.
receive
receiveWindowResult
Receive a per-window detection result.
receive
receiveDone
Receive the final clip-level summary when analysis is complete.
receive
receiveError
Receive an error notification.

Messages

audioData
A binary frame containing audio samples.
Content-Type: application/octet-stream
endOfStream
An empty text frame signalling that the client has finished sending audio.
Content-Type: text/plain
windowResult
A single 4-second window detection result.
Content-Type: application/json
done
Analysis complete - final clip-level verdict has been computed.
Content-Type: application/json
error
An error occurred during connection or analysis.
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 Agent Skill and MCP server surfaces of the same providers.