{
"platform": "baiying",
"call_id": "3886****2358",
"task_id": "177****0",
"customer": {
"phone": "136****8173",
"name": "136****8173"
},
"call_status": "answered",
"start_time": "2026-07-15 14:32:05",
"answer_time": "2026-07-15 14:32:25",
"end_time": "2026-07-15 14:34:15",
"duration_sec": 109,
"rounds": 2,
"hangup_reason": "customer",
"recording_url": "https://****.mp3",
"transcript": [
{
"seq": 1,
"speaker": "ai",
"text": "你好"
},
{
"seq": 2,
"speaker": "customer",
"text": "你好"
}
]
}curl --location 'https://ae-bg.ddregion.com/hub-api' \
--header 'Content-Type: application/json' \
--data '{
"platform": "baiying",
"call_id": "3886****2358",
"task_id": "177****0",
"customer": {
"phone": "136****8173",
"name": "136****8173"
},
"call_status": "answered",
"start_time": "2026-07-15 14:32:05",
"answer_time": "2026-07-15 14:32:25",
"end_time": "2026-07-15 14:34:15",
"duration_sec": 109,
"rounds": 2,
"hangup_reason": "customer",
"recording_url": "https://****.mp3",
"transcript": [
{
"seq": 1,
"speaker": "ai",
"text": "你好"
},
{
"seq": 2,
"speaker": "customer",
"text": "你好"
}
]
}'{}