From 11a9e51d29fe476b5cf223d69c56ff6d5f98ce2b Mon Sep 17 00:00:00 2001 From: Prabu Weerasinghe Date: Tue, 14 Oct 2025 17:10:57 +0100 Subject: [PATCH] Docs : Add transcription url field to call show endpoint schema --- descriptions/0/api.intercom.io.yaml | 7 +++++++ descriptions/2.14/api.intercom.io.yaml | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/descriptions/0/api.intercom.io.yaml b/descriptions/0/api.intercom.io.yaml index cb0eaae..f423cde 100644 --- a/descriptions/0/api.intercom.io.yaml +++ b/descriptions/0/api.intercom.io.yaml @@ -11594,6 +11594,7 @@ paths: created_at: 1734537437 updated_at: 1734537531 recording_url: "https://api.intercom.io/calls/123/recording" + transcription_url: "https://api.intercom.io/calls/123/transcript" call_type: phone direction: outbound ended_reason: answered @@ -19240,6 +19241,12 @@ components: nullable: true description: API URL to download or redirect to the call recording if available. example: "https://api.intercom.io/calls/123/recording" + transcription_url: + type: string + format: uri + nullable: true + description: API URL to the call transcript if available. + example: "https://api.intercom.io/calls/123/transcript" call_type: type: string description: The type of call. diff --git a/descriptions/2.14/api.intercom.io.yaml b/descriptions/2.14/api.intercom.io.yaml index dc756ac..4be7b9b 100644 --- a/descriptions/2.14/api.intercom.io.yaml +++ b/descriptions/2.14/api.intercom.io.yaml @@ -10770,6 +10770,7 @@ paths: created_at: 1734537437 updated_at: 1734537531 recording_url: "https://api.intercom.io/calls/123/recording" + transcription_url: "https://api.intercom.io/calls/123/transcript" call_type: phone direction: outbound ended_reason: answered @@ -18114,6 +18115,12 @@ components: nullable: true description: API URL to download or redirect to the call recording if available. example: "https://api.intercom.io/calls/123/recording" + transcription_url: + type: string + format: uri + nullable: true + description: API URL to download or redirect to the call transcript if available. + example: "https://api.intercom.io/calls/123/transcript" call_type: type: string description: The type of call.