diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.CreateTranscript.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.CreateTranscript.g.cs index 526c923..7b49d66 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.CreateTranscript.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.CreateTranscript.g.cs @@ -6,7 +6,7 @@ public partial interface ITranscriptClient { /// /// Transcribe audio
- /// <Note>To use our EU server for transcription, replace api.assemblyai.com with api.eu.assemblyai.com.</Note>
+ /// <Note>To use our EU server for transcription, replace `api.assemblyai.com` with `api.eu.assemblyai.com`.</Note>
/// Create a transcript from a media file that is accessible via a URL. ///
/// @@ -18,7 +18,7 @@ public partial interface ITranscriptClient /// /// Transcribe audio
- /// <Note>To use our EU server for transcription, replace api.assemblyai.com with api.eu.assemblyai.com.</Note>
+ /// <Note>To use our EU server for transcription, replace `api.assemblyai.com` with `api.eu.assemblyai.com`.</Note>
/// Create a transcript from a media file that is accessible via a URL. ///
/// The token to cancel the operation with diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.DeleteTranscript.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.DeleteTranscript.g.cs index 1f33e74..0dbca1c 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.DeleteTranscript.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.DeleteTranscript.g.cs @@ -6,6 +6,7 @@ public partial interface ITranscriptClient { /// /// Delete transcript
+ /// <Note>To delete your transcriptions on our EU server, replace `api.assemblyai.com` with `api.eu.assemblyai.com`.</Note>
/// Remove the data from the transcript and mark it as deleted. ///
/// diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.GetRedactedAudio.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.GetRedactedAudio.g.cs index ebfb9e0..86a176d 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.GetRedactedAudio.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.GetRedactedAudio.g.cs @@ -6,6 +6,7 @@ public partial interface ITranscriptClient { /// /// Get redacted audio
+ /// <Note>To retrieve your transcriptions on our EU server, replace `api.assemblyai.com` with `api.eu.assemblyai.com`.</Note>
/// Retrieve the redacted audio object containing the status and URL to the redacted audio. ///
/// diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.GetSubtitles.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.GetSubtitles.g.cs index 558ba2e..6666e8c 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.GetSubtitles.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.GetSubtitles.g.cs @@ -6,6 +6,7 @@ public partial interface ITranscriptClient { /// /// Get subtitles for transcript
+ /// <Note>To retrieve your transcriptions on our EU server, replace `api.assemblyai.com` with `api.eu.assemblyai.com`.</Note>
/// Export your transcript in SRT or VTT format to use with a video player for subtitles and closed captions. ///
/// diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.GetTranscript.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.GetTranscript.g.cs index c7e2cf7..033ff4a 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.GetTranscript.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.GetTranscript.g.cs @@ -6,6 +6,7 @@ public partial interface ITranscriptClient { /// /// Get transcript
+ /// <Note>To retrieve your transcriptions on our EU server, replace `api.assemblyai.com` with `api.eu.assemblyai.com`.</Note>
/// Get the transcript resource. The transcript is ready when the "status" is "completed". ///
/// diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.GetTranscriptParagraphs.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.GetTranscriptParagraphs.g.cs index 7853018..5f84dee 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.GetTranscriptParagraphs.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.GetTranscriptParagraphs.g.cs @@ -6,6 +6,7 @@ public partial interface ITranscriptClient { /// /// Get paragraphs in transcript
+ /// <Note>To retrieve your transcriptions on our EU server, replace `api.assemblyai.com` with `api.eu.assemblyai.com`.</Note>
/// Get the transcript split by paragraphs. The API will attempt to semantically segment your transcript into paragraphs to create more reader-friendly transcripts. ///
/// diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.GetTranscriptSentences.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.GetTranscriptSentences.g.cs index 2ba13cc..5d24957 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.GetTranscriptSentences.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.GetTranscriptSentences.g.cs @@ -6,6 +6,7 @@ public partial interface ITranscriptClient { /// /// Get sentences in transcript
+ /// <Note>To retrieve your transcriptions on our EU server, replace `api.assemblyai.com` with `api.eu.assemblyai.com`.</Note>
/// Get the transcript split by sentences. The API will attempt to semantically segment the transcript into sentences to create more reader-friendly transcripts. ///
/// diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.ListTranscripts.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.ListTranscripts.g.cs index 73cd606..a6fce90 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.ListTranscripts.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.ListTranscripts.g.cs @@ -6,6 +6,7 @@ public partial interface ITranscriptClient { /// /// List transcripts
+ /// <Note>To retrieve your transcriptions on our EU server, replace `api.assemblyai.com` with `api.eu.assemblyai.com`.</Note>
/// Retrieve a list of transcripts you created.
/// Transcripts are sorted from newest to oldest and can be retrieved for the last 90 days of usage. The previous URL always points to a page with older transcripts.
/// If you need to retrieve transcripts from more than 90 days ago please reach out to our Support team at support@assemblyai.com. diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.UploadFile.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.UploadFile.g.cs index dbe96b8..598e996 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.UploadFile.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.UploadFile.g.cs @@ -6,6 +6,7 @@ public partial interface ITranscriptClient { /// /// Upload a media file
+ /// <Note>To upload a media file to our EU server, replace `api.assemblyai.com` with `api.eu.assemblyai.com`.</Note>
/// Upload a media file to AssemblyAI's servers. ///
/// The token to cancel the operation with diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.WordSearch.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.WordSearch.g.cs index 8310db2..0ea4f99 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.WordSearch.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.ITranscriptClient.WordSearch.g.cs @@ -6,6 +6,7 @@ public partial interface ITranscriptClient { /// /// Search words in transcript
+ /// <Note>To search through a transcription created on our EU server, replace `api.assemblyai.com` with `api.eu.assemblyai.com`.</Note>
/// Search through the transcript for keywords. You can search for individual words, numbers, or phrases containing up to five words or numbers. ///
/// diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.CreateTranscript.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.CreateTranscript.g.cs index 475f06d..636708b 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.CreateTranscript.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.CreateTranscript.g.cs @@ -23,7 +23,7 @@ partial void ProcessCreateTranscriptResponseContent( /// /// Transcribe audio
- /// <Note>To use our EU server for transcription, replace api.assemblyai.com with api.eu.assemblyai.com.</Note>
+ /// <Note>To use our EU server for transcription, replace `api.assemblyai.com` with `api.eu.assemblyai.com`.</Note>
/// Create a transcript from a media file that is accessible via a URL. ///
/// @@ -355,7 +355,7 @@ partial void ProcessCreateTranscriptResponseContent( /// /// Transcribe audio
- /// <Note>To use our EU server for transcription, replace api.assemblyai.com with api.eu.assemblyai.com.</Note>
+ /// <Note>To use our EU server for transcription, replace `api.assemblyai.com` with `api.eu.assemblyai.com`.</Note>
/// Create a transcript from a media file that is accessible via a URL. ///
/// The token to cancel the operation with diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.DeleteTranscript.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.DeleteTranscript.g.cs index 48ca2dc..2f1eedf 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.DeleteTranscript.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.DeleteTranscript.g.cs @@ -23,6 +23,7 @@ partial void ProcessDeleteTranscriptResponseContent( /// /// Delete transcript
+ /// <Note>To delete your transcriptions on our EU server, replace `api.assemblyai.com` with `api.eu.assemblyai.com`.</Note>
/// Remove the data from the transcript and mark it as deleted. ///
/// diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.GetRedactedAudio.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.GetRedactedAudio.g.cs index f8fdfe8..3067973 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.GetRedactedAudio.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.GetRedactedAudio.g.cs @@ -23,6 +23,7 @@ partial void ProcessGetRedactedAudioResponseContent( /// /// Get redacted audio
+ /// <Note>To retrieve your transcriptions on our EU server, replace `api.assemblyai.com` with `api.eu.assemblyai.com`.</Note>
/// Retrieve the redacted audio object containing the status and URL to the redacted audio. ///
/// diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.GetSubtitles.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.GetSubtitles.g.cs index bbea0ca..bacfe49 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.GetSubtitles.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.GetSubtitles.g.cs @@ -27,6 +27,7 @@ partial void ProcessGetSubtitlesResponseContent( /// /// Get subtitles for transcript
+ /// <Note>To retrieve your transcriptions on our EU server, replace `api.assemblyai.com` with `api.eu.assemblyai.com`.</Note>
/// Export your transcript in SRT or VTT format to use with a video player for subtitles and closed captions. ///
/// diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.GetTranscript.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.GetTranscript.g.cs index cc6ac47..fcf5bf2 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.GetTranscript.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.GetTranscript.g.cs @@ -23,6 +23,7 @@ partial void ProcessGetTranscriptResponseContent( /// /// Get transcript
+ /// <Note>To retrieve your transcriptions on our EU server, replace `api.assemblyai.com` with `api.eu.assemblyai.com`.</Note>
/// Get the transcript resource. The transcript is ready when the "status" is "completed". ///
/// diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.GetTranscriptParagraphs.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.GetTranscriptParagraphs.g.cs index b46ae16..8adc0ff 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.GetTranscriptParagraphs.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.GetTranscriptParagraphs.g.cs @@ -23,6 +23,7 @@ partial void ProcessGetTranscriptParagraphsResponseContent( /// /// Get paragraphs in transcript
+ /// <Note>To retrieve your transcriptions on our EU server, replace `api.assemblyai.com` with `api.eu.assemblyai.com`.</Note>
/// Get the transcript split by paragraphs. The API will attempt to semantically segment your transcript into paragraphs to create more reader-friendly transcripts. ///
/// diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.GetTranscriptSentences.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.GetTranscriptSentences.g.cs index bb5398b..8d7046d 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.GetTranscriptSentences.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.GetTranscriptSentences.g.cs @@ -23,6 +23,7 @@ partial void ProcessGetTranscriptSentencesResponseContent( /// /// Get sentences in transcript
+ /// <Note>To retrieve your transcriptions on our EU server, replace `api.assemblyai.com` with `api.eu.assemblyai.com`.</Note>
/// Get the transcript split by sentences. The API will attempt to semantically segment the transcript into sentences to create more reader-friendly transcripts. ///
/// diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.ListTranscripts.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.ListTranscripts.g.cs index b2f9c93..3fb693e 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.ListTranscripts.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.ListTranscripts.g.cs @@ -33,6 +33,7 @@ partial void ProcessListTranscriptsResponseContent( /// /// List transcripts
+ /// <Note>To retrieve your transcriptions on our EU server, replace `api.assemblyai.com` with `api.eu.assemblyai.com`.</Note>
/// Retrieve a list of transcripts you created.
/// Transcripts are sorted from newest to oldest and can be retrieved for the last 90 days of usage. The previous URL always points to a page with older transcripts.
/// If you need to retrieve transcripts from more than 90 days ago please reach out to our Support team at support@assemblyai.com. diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.UploadFile.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.UploadFile.g.cs index 0662c67..f8de5c9 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.UploadFile.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.UploadFile.g.cs @@ -21,6 +21,7 @@ partial void ProcessUploadFileResponseContent( /// /// Upload a media file
+ /// <Note>To upload a media file to our EU server, replace `api.assemblyai.com` with `api.eu.assemblyai.com`.</Note>
/// Upload a media file to AssemblyAI's servers. ///
/// The token to cancel the operation with diff --git a/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.WordSearch.g.cs b/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.WordSearch.g.cs index d7482d1..fe4a69c 100644 --- a/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.WordSearch.g.cs +++ b/src/libs/AssemblyAI/Generated/AssemblyAI.TranscriptClient.WordSearch.g.cs @@ -25,6 +25,7 @@ partial void ProcessWordSearchResponseContent( /// /// Search words in transcript
+ /// <Note>To search through a transcription created on our EU server, replace `api.assemblyai.com` with `api.eu.assemblyai.com`.</Note>
/// Search through the transcript for keywords. You can search for individual words, numbers, or phrases containing up to five words or numbers. ///
/// diff --git a/src/libs/AssemblyAI/openapi.yaml b/src/libs/AssemblyAI/openapi.yaml index 340be67..e5fad9e 100644 --- a/src/libs/AssemblyAI/openapi.yaml +++ b/src/libs/AssemblyAI/openapi.yaml @@ -14,9 +14,6 @@ servers: - url: https://api.assemblyai.com description: AssemblyAI API x-fern-server-name: Default - - url: https://eu.api.assemblyai.com - description: AssemblyAI API (EU Region) - x-fern-server-name: EU tags: - name: transcript @@ -41,7 +38,9 @@ paths: tags: - transcript summary: Upload a media file - description: Upload a media file to AssemblyAI's servers. + description: | + To upload a media file to our EU server, replace `api.assemblyai.com` with `api.eu.assemblyai.com`. + Upload a media file to AssemblyAI's servers. operationId: uploadFile x-fern-sdk-group-name: files x-fern-sdk-method-name: upload @@ -77,7 +76,7 @@ paths: - transcript summary: Transcribe audio description: | - To use our EU server for transcription, replace api.assemblyai.com with api.eu.assemblyai.com. + To use our EU server for transcription, replace `api.assemblyai.com` with `api.eu.assemblyai.com`. Create a transcript from a media file that is accessible via a URL. operationId: createTranscript x-fern-sdk-group-name: transcripts @@ -169,6 +168,7 @@ paths: x-fern-request-name: ListTranscriptParams operationId: listTranscripts description: | + To retrieve your transcriptions on our EU server, replace `api.assemblyai.com` with `api.eu.assemblyai.com`. Retrieve a list of transcripts you created. Transcripts are sorted from newest to oldest and can be retrieved for the last 90 days of usage. The previous URL always points to a page with older transcripts. @@ -248,7 +248,9 @@ paths: x-fern-sdk-group-name: transcripts x-fern-sdk-method-name: get x-fern-request-name: GetTranscriptParams - description: Get the transcript resource. The transcript is ready when the "status" is "completed". + description: | + To retrieve your transcriptions on our EU server, replace `api.assemblyai.com` with `api.eu.assemblyai.com`. + Get the transcript resource. The transcript is ready when the "status" is "completed". parameters: - name: transcript_id x-label: Transcript ID @@ -298,7 +300,9 @@ paths: tags: - transcript summary: Delete transcript - description: Remove the data from the transcript and mark it as deleted. + description: | + To delete your transcriptions on our EU server, replace `api.assemblyai.com` with `api.eu.assemblyai.com`. + Remove the data from the transcript and mark it as deleted. operationId: deleteTranscript x-fern-sdk-group-name: transcripts x-fern-sdk-method-name: delete @@ -337,7 +341,9 @@ paths: tags: - transcript summary: Get subtitles for transcript - description: Export your transcript in SRT or VTT format to use with a video player for subtitles and closed captions. + description: | + To retrieve your transcriptions on our EU server, replace `api.assemblyai.com` with `api.eu.assemblyai.com`. + Export your transcript in SRT or VTT format to use with a video player for subtitles and closed captions. operationId: getSubtitles x-fern-sdk-group-name: transcripts x-fern-sdk-method-name: getSubtitles @@ -408,7 +414,9 @@ paths: x-fern-sdk-group-name: transcripts x-fern-sdk-method-name: getSentences x-fern-request-name: GetSentencesParams - description: Get the transcript split by sentences. The API will attempt to semantically segment the transcript into sentences to create more reader-friendly transcripts. + description: | + To retrieve your transcriptions on our EU server, replace `api.assemblyai.com` with `api.eu.assemblyai.com`. + Get the transcript split by sentences. The API will attempt to semantically segment the transcript into sentences to create more reader-friendly transcripts. parameters: - name: transcript_id x-label: Transcript ID @@ -448,7 +456,9 @@ paths: x-fern-sdk-group-name: transcripts x-fern-sdk-method-name: getParagraphs x-fern-request-name: GetParagraphsParams - description: Get the transcript split by paragraphs. The API will attempt to semantically segment your transcript into paragraphs to create more reader-friendly transcripts. + description: | + To retrieve your transcriptions on our EU server, replace `api.assemblyai.com` with `api.eu.assemblyai.com`. + Get the transcript split by paragraphs. The API will attempt to semantically segment your transcript into paragraphs to create more reader-friendly transcripts. parameters: - name: transcript_id x-label: Transcript ID @@ -484,7 +494,9 @@ paths: tags: - transcript summary: Search words in transcript - description: Search through the transcript for keywords. You can search for individual words, numbers, or phrases containing up to five words or numbers. + description: | + To search through a transcription created on our EU server, replace `api.assemblyai.com` with `api.eu.assemblyai.com`. + Search through the transcript for keywords. You can search for individual words, numbers, or phrases containing up to five words or numbers. operationId: wordSearch x-fern-sdk-group-name: transcripts x-fern-sdk-method-name: wordSearch @@ -537,7 +549,9 @@ paths: tags: - transcript summary: Get redacted audio - description: Retrieve the redacted audio object containing the status and URL to the redacted audio. + description: | + To retrieve your transcriptions on our EU server, replace `api.assemblyai.com` with `api.eu.assemblyai.com`. + Retrieve the redacted audio object containing the status and URL to the redacted audio. operationId: getRedactedAudio x-fern-sdk-group-name: transcripts x-fern-sdk-method-name: getRedactedAudio @@ -5213,7 +5227,8 @@ components: properties: upload_url: x-label: Uploaded file URL - description: A URL that points to your audio file, accessible only by AssemblyAI's servers + description: | + A URL that points to your audio file, accessible only by AssemblyAI's servers type: string format: url example: