This commit is contained in:
gsinghpal
2026-03-09 15:21:22 -04:00
parent a3e85a23ef
commit acd3fc455e
243 changed files with 20459 additions and 4197 deletions

View File

@@ -465,7 +465,7 @@ class RcCallHistory(models.Model):
media_url = f'{content_uri}?access_token={config.access_token}'
data = config._api_post(
'/ai/speech-to-text/v1/async?webhook=false',
'/ai/audio/v1/async/speech-to-text?webhook=false',
data={
'contentUri': media_url,
'source': 'CallRecording',