Recordings
Update a Recording
Pause, resume or stop a Recording. You can control what happens while recording is paused (replace pause with silence or skip it).
Permissions
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Voice.
Learn more about API scopes.
post/Accounts/{AccountSid}/Calls/{CallSid}/Recordings/{Sid}
Path parameters
AccountSidstring uuid required
Universal Unique Identifier.
The Project ID that uniquely identifies the Account.
CallSidstring uuid required
Universal Unique Identifier.
The unique identifier for the call.
Sidstring uuid required
Universal Unique Identifier.
The unique identifier for the call.
Response
The request has succeeded.
Example response
{
"api_version": "2010-04-01",
"channel": "1",
"channels": "1",
"date_created": "Tue, 25 Sep 2018 23:00:00 +0000",
"date_updated": "Wed, 26 Sep 2018 23:00:04 +0000",
"start_time": "Tue, 25 Sep 2018 23:00:00 +0000",
"end_time": "Wed, 26 Sep 2018 23:00:04 +0000",
"duration": 4,
"price": "-0.0025",
"price_unit": "USD",
"uri": "/api/laml/2010-04-01/Accounts/720796a0-8ee9-4350-83bd-2d07a3121f1e/Recordings/19e436af-5688-4307-b03b-bdb2b42b8142.json",
"subresource_uris": {
"transcriptions": "/api/laml/2010-04-01/Accounts/720796a0-8ee9-4350-83bd-2d07a3121f1e/Recordings/19e436af-5688-4307-b03b-bdb2b42b8142/Transcriptions.json"
},
"trim": "do-not-trim"
}