diff --git a/src/libs/Descript/Generated/Descript.ApiEndpointsClient.ExportTranscript.g.cs b/src/libs/Descript/Generated/Descript.ApiEndpointsClient.ExportTranscript.g.cs
index 095e6ce..ee22491 100644
--- a/src/libs/Descript/Generated/Descript.ApiEndpointsClient.ExportTranscript.g.cs
+++ b/src/libs/Descript/Generated/Descript.ApiEndpointsClient.ExportTranscript.g.cs
@@ -605,8 +605,8 @@ partial void ProcessExportTranscriptResponseContent(
/// Example: 39677a40-1c43-4c36-8449-46cfbc4de2b5
///
///
- /// Transcript file format. For `docx`, the response `content` field
- /// contains the base64-encoded binary file.
+ /// Transcript file format. The response body is the raw transcript file
+ /// in the requested format (binary for `docx`, plain text otherwise).
///
///
/// Speaker label mode.
diff --git a/src/libs/Descript/Generated/Descript.IApiEndpointsClient.ExportTranscript.g.cs b/src/libs/Descript/Generated/Descript.IApiEndpointsClient.ExportTranscript.g.cs
index c895bfe..9cdab6c 100644
--- a/src/libs/Descript/Generated/Descript.IApiEndpointsClient.ExportTranscript.g.cs
+++ b/src/libs/Descript/Generated/Descript.IApiEndpointsClient.ExportTranscript.g.cs
@@ -58,8 +58,8 @@ public partial interface IApiEndpointsClient
/// Example: 39677a40-1c43-4c36-8449-46cfbc4de2b5
///
///
- /// Transcript file format. For `docx`, the response `content` field
- /// contains the base64-encoded binary file.
+ /// Transcript file format. The response body is the raw transcript file
+ /// in the requested format (binary for `docx`, plain text otherwise).
///
///
/// Speaker label mode.
diff --git a/src/libs/Descript/Generated/Descript.Models.ExportTranscriptRequest.g.cs b/src/libs/Descript/Generated/Descript.Models.ExportTranscriptRequest.g.cs
index b029b2b..dafc8af 100644
--- a/src/libs/Descript/Generated/Descript.Models.ExportTranscriptRequest.g.cs
+++ b/src/libs/Descript/Generated/Descript.Models.ExportTranscriptRequest.g.cs
@@ -26,8 +26,8 @@ public sealed partial class ExportTranscriptRequest
public global::System.Guid? CompositionId { get; set; }
///
- /// Transcript file format. For `docx`, the response `content` field
- /// contains the base64-encoded binary file.
+ /// Transcript file format. The response body is the raw transcript file
+ /// in the requested format (binary for `docx`, plain text otherwise).
///
[global::System.Text.Json.Serialization.JsonPropertyName("format")]
[global::System.Text.Json.Serialization.JsonConverter(typeof(global::Descript.JsonConverters.ExportTranscriptRequestFormatJsonConverter))]
@@ -73,8 +73,8 @@ public sealed partial class ExportTranscriptRequest
/// Example: 9f36ee32-5a2c-47e7-b1a3-94991d3e3ddb
///
///
- /// Transcript file format. For `docx`, the response `content` field
- /// contains the base64-encoded binary file.
+ /// Transcript file format. The response body is the raw transcript file
+ /// in the requested format (binary for `docx`, plain text otherwise).
///
///
/// The ID of the composition to export. Defaults to the first composition.
diff --git a/src/libs/Descript/Generated/Descript.Models.ExportTranscriptRequestFormat.g.cs b/src/libs/Descript/Generated/Descript.Models.ExportTranscriptRequestFormat.g.cs
index f390f39..df92f1c 100644
--- a/src/libs/Descript/Generated/Descript.Models.ExportTranscriptRequestFormat.g.cs
+++ b/src/libs/Descript/Generated/Descript.Models.ExportTranscriptRequestFormat.g.cs
@@ -4,8 +4,8 @@
namespace Descript
{
///
- /// Transcript file format. For `docx`, the response `content` field
- /// contains the base64-encoded binary file.
+ /// Transcript file format. The response body is the raw transcript file
+ /// in the requested format (binary for `docx`, plain text otherwise).
///
public enum ExportTranscriptRequestFormat
{
diff --git a/src/libs/Descript/openapi.yaml b/src/libs/Descript/openapi.yaml
index 99cb86f..cb5eede 100644
--- a/src/libs/Descript/openapi.yaml
+++ b/src/libs/Descript/openapi.yaml
@@ -1194,8 +1194,8 @@ paths:
- rtf
- docx
description: |
- Transcript file format. For `docx`, the response `content` field
- contains the base64-encoded binary file.
+ Transcript file format. The response body is the raw transcript file
+ in the requested format (binary for `docx`, plain text otherwise).
include_speaker_labels:
type: string
enum: