The model summarizes audio data over time into chapters. Chapters makes it easy for users to navigate and find specific information. Each chapter contains the following:
auto_chapters
parameter in your request, and then use chapters
property from the response.
You can also learn the content on this page from Automatic Chapter Detection With AssemblyAI on AssemblyAI’s YouTube channel.
upload_url
returned by the AssemblyAI API to create a JSON payload containing the audio_url
parameter and the auto_chapters
parameter set to True
.
POST
request to the AssemblyAI API endpoint with the payload and headers.
completed
, you can retrieve the transcript from the API response, using the chapters
key to access the results.
chapters
key of the API response. Each entry contains a summary
of the chapter, a one-line gist
and a chapter headline
, and start
and end
timestamps.