{
"call": {
"id": "call_abc123",
"status": "completed",
"duration": 125,
"start_time": "2024-01-01T12:00:00Z",
"end_time": "2024-01-01T12:02:05Z",
"phone_number": "+1234567890",
"direction": "outbound",
"cost": "0.50",
"transcript": {
"segments": [
{
"speaker": "ai",
"text": "Hello, this is AI calling.",
"timestamp": "2024-01-01T12:00:05Z"
},
{
"speaker": "human",
"text": "Hi, yes I can hear you.",
"timestamp": "2024-01-01T12:00:08Z"
}
]
},
"analytics": {
"sentiment": {
"positive": 0.8,
"neutral": 0.2,
"negative": 0.0
},
"engagement": 0.9,
"talk_ratio": {
"ai": 0.4,
"human": 0.6
}
},
"recording_url": "https://api.example.com/recordings/call_abc123.mp3"
}
}