{"openapi":"3.1.0","info":{"title":"SoundRivet API","version":"0.1.1","description":"Independent realtime voice and video service."},"servers":[{"url":"https://soundrivet.com"}],"paths":{"/health":{"get":{"summary":"Service health","responses":{"200":{"description":"Service is alive"}}}},"/v1/capabilities":{"get":{"summary":"Current service capabilities","responses":{"200":{"description":"Capability manifest"}}}},"/v1/sessions":{"post":{"summary":"Create a realtime media session","responses":{"503":{"description":"Media engine is not connected in the bootstrap release"}}}}}}