# CALL_ID=your_call_id # API_KEY=your_api_key curl -H "X-API-Key:vaani_3916d7d1d8736c2883582d8ab005be31" https://api.vaaniresearch.com/api/stream/{call_id} --output audio.wav
{ "stream_url": "https://storage.azure.com/audio/call_123.wav", "content_type": "audio/wav", "call_id": "call_123" }
Stream audio file from Azure Blob Storage
StreamResponse
{ "detail": [ { "loc": ["path", "call_id"], "msg": "field required", "type": "value_error.missing" } ] }
Show Validation Error Properties