Skip to content

Commit

Permalink
Merge branch 'main' into mart/multi-api-keys
Browse files Browse the repository at this point in the history
  • Loading branch information
m-ods authored Mar 4, 2025
2 parents 5106793 + b0eea4d commit d788ca0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
Binary file modified fern/assets/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fern/assets/img/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ js:
strategy: beforeInteractive
announcement:
message: "🔑 Multiple API keys and Projects are now available 🎉 (<a href=\"/docs/deployment/account-management\" target=\"_blank\">Learn more</a>)"
title: AssemblyAI | API Reference
title: AssemblyAI | Documentation
tabs:
docs:
display-name: Documentation
Expand Down Expand Up @@ -435,13 +435,13 @@ navigation:
- section: Migration guides
contents:
- link: AWS Transcribe to AssemblyAI
href: https://github.com/AssemblyAI/cookbook/blob/master/core-transcription/migration_guides/aws_to_aai.ipynb
href: /docs/guides/aws_to_aai
- link: Deepgram to AssemblyAI
href: https://github.com/AssemblyAI/cookbook/blob/master/core-transcription/migration_guides/dg_to_aai.ipynb
href: /docs/guides/dg_to_aai
- link: OpenAI to AssemblyAI
href: https://github.com/AssemblyAI/cookbook/blob/master/core-transcription/migration_guides/oai_to_aai.ipynb
href: /docs/guides/oai_to_aai
- link: Google to AssemblyAI
href: https://github.com/AssemblyAI/cookbook/blob/master/core-transcription/migration_guides/google_to_aai.ipynb
href: /docs/guides/google_to_aai
- section: Speech-to-text
contents:
- page: Pre-recorded audio
Expand Down
2 changes: 1 addition & 1 deletion fern/kapa.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ function insertKapa() {
script.setAttribute("data-project-color", "#2C4BD4");
script.setAttribute("data-project-logo", "https://www.assemblyai.com/static/images/logo-blue400x400.jpeg");
script.setAttribute("data-modal-override-open-id-search", "fern-search-button");
script.setAttribute("data-search-include-source-names", '["Pylon FAQ", "Documentation"]');
script.setAttribute("data-search-include-source-names", '["FAQ", "Documentation"]');
script.setAttribute("data-user-analytics-fingerprint-enabled", true);
document.head.appendChild(script);

Expand Down
6 changes: 4 additions & 2 deletions openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,10 @@ paths:
x-fern-request-name: ListTranscriptParams
operationId: listTranscripts
description: |
Retrieve a list of transcripts you created.
Transcripts are sorted from newest to oldest. The previous URL always points to a page with older transcripts.
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 [email protected].
parameters:
- name: limit
x-label: Limit
Expand Down

0 comments on commit d788ca0

Please sign in to comment.