AudioReady event schema (documentation only)

⚠️ DO NOT CALL — documentation only. Shows the shape of 'AudioReady' event delivered via /hubs/notifications.

GET
/api/hubs/notifications/AudioReady
AuthorizationBearer <token>

JWT Authorization header using Bearer scheme

In: header

Response Body

application/json

curl -X GET "https://api.speaknode.com/api/hubs/notifications/AudioReady"
{
  "session_id": "1ffd059c-17ea-40a8-8aef-70fd0307db82",
  "audio_path": "string"
}