Company
Date Published
Author
Andrew Galyan-Mann
Word count
424
Language
English
Hacker News points
None

Summary

The AssemblyAI Speech-to-Text API now offers two new endpoints that allow developers to pull a completed transcript broken into paragraphs or sentences, making it easier for users to digest the information. To access this feature, no additional account setup is required, and existing audio files can be used without resubmission. The new endpoints are /v2/transcript/{TRANSCRIPT ID}/paragraphs and /v2/transcript/{TRANSCRIPT ID}/sentences. An example of how to use these endpoints in Python is provided along with a sample response from the API. This update makes it simpler for developers to create user-friendly interfaces directly from audio files.