I am, trying to get the call summary from the /v2/calls/ai-content)End point. Note that queries using other endpoints work fine, but this one no matter what throws a 500 server error. Have been banging my head on this for a while would appreciate any help
URL
/v2/calls/ai-content
Body
{ "filter": { "fromDateTime": "2022-11-14T20:50:27.294Z", "toDateTime": "2023-11-14T20:50:27.295Z", "callIds": s "555785916001072125" ], ,
"contentSelector": {
"brief": true,
"outline": true,
"highlights": true,
"callOutcome": true
} },
}
Method
POST