Skip to main content

Upload Voicemail

POST 

/api/voicemail/upload

Upload or replace the user's personal voicemail recording.

Accepts audio files up to 5MB. Recommended max duration: 30 seconds. Supported formats: MP3, WAV, M4A, WebM, OGG.

The voicemail is stored at the user level. Each user can have their own voicemail recording, separate from the tenant's default.

Args: file: Audio file to upload web_context: Authenticated user context for user/tenant isolation

Returns: Upload result with URL

Raises: 400: Invalid file type or size 500: Upload failed

Request

Responses

Successful Response