cURL
curl --request POST \ --url https://api.flowmod.ai/message/sendAudio/{instanceName} \ --header 'Content-Type: application/json' \ --header 'apikey: <api-key>' \ --data ' { "number": "5511999999999", "audio": "<string>", "encoding": true, "delay": 1200 } '
{ "status": 201, "error": false, "response": { "key": { "id": "<string>", "fromMe": true, "remoteJid": "<string>" }, "message": {}, "messageTimestamp": 123, "status": "PENDING", "pushName": "<string>" } }
Send an audio message (voice note) with automatic encoding to WhatsApp format
Organization-specific API key for Evolution API access
Phone number or group ID
"5511999999999"
Base64 encoded audio content or URL
Enable automatic audio encoding to WhatsApp format
Recording simulation delay in milliseconds
1200
Audio message sent successfully
201
false
Show child attributes
Unique message identifier
Whether message was sent by the instance
WhatsApp JID of recipient/group
Message content object
Unix timestamp of message
Message delivery status
PENDING
SENT
RECEIVED
READ
Display name of sender