Skip to content

Commit

Permalink
misc: docs changes on 28 feb (#181)
Browse files Browse the repository at this point in the history
* fix: change docs title

* feat: update verbiage for list endpoint

* fix: sidebar migration guide links
  • Loading branch information
m-ods authored Feb 28, 2025
1 parent 7835b7a commit f06d580
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
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: "🚀 EU Endpoint is now available for Async Transcription 🇪🇺"
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
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 f06d580

Please sign in to comment.