Recordings
Update recording
Update a recording. You may send a partial object.
patch/recordings/{sid}
Path parameters
sidstring required
Short ID
Example:callrsid
Resource SID (8 lowercase alphanumeric characters)
Request body
Example request
{
"read": true
}Response
Recording updated
Example response
{
"sid": "callrsid",
"type": "call",
"callee": "+33199001234",
"scenario": {
"sid": "callrsid",
"name": "My Call Flow"
},
"callid": 240711945874,
"created": "2024-04-24T17:42:28Z",
"readAt": "2024-04-24T17:42:28Z",
"duration": 5,
"caller": {
"number": "+33199001234"
},
"read": true,
"status": "ready",
"url": "https://media.callr.com/library/1214981-F54777F6.mp3",
"size": 123456,
"options": {
"ner": true,
"pii": true,
"feeds": "all",
"language": "en-US",
"sentiment": true,
"transcription": true
},
"transcription": {
"feeds": [
{
"data": {
"display": "Hello, world!",
"language": "en-US",
"lexical": "hello world",
"phrases": [
{
"display": "Hello, world!",
"confidence": 0.98,
"words": [
{
"word": "hello"
}
]
}
]
},
"feed": "leg_a",
"sentiment": {
"sentiment": "neutral",
"confidenceScores": {
"neutral": 0.98,
"negative": 0.98,
"positive": 0.98
}
}
}
],
"version": "2.0"
}
}