Upload Voice
POST/api/v1/webapp/voice
Upload a voice recording from the webapp.
Auth: participant token in Authorization header. Body: raw audio bytes (WebM/OGG from MediaRecorder). Returns: {"status": "ok", "file_id": "voice/filename.webm"}
Responses
- 200
Successful Response