Chats v2
Send voice message with optional text (v2)
post/v2/chats/{id}/voice-message
Path parameters
idstring required
Request body
Example request
{
"clientId": "550e8400-e29b-41d4-a716-446655440000",
"audioS3Key": "voice-messages/abc123.mp3",
"text": "Listen to this!",
"durationSeconds": 5.2
}Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.