cURL
curl --request POST \ --url https://app2.freyavoice.ai/api/v2/call/{callId}/recording \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: multipart/form-data' \ --form recording='@example-file'
{ "success": true, "data": { "message": "<string>", "result": { "callId": "<string>", "key": "<string>", "size": 123, "contentType": "<string>" } } }
Uploads an MP3 recording file for a call.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
MP3 audio file
Recording uploaded successfully
true
false
Show child attributes