v1

latestOpenAPI 3.0.02026-07-175989869.3 KB
Summaries

Get summary details

Get all details for a summary

get/summaries/{summaryId}/source

Path parameters

summaryIdstring required

The unique identifier of the summary source you want to retrieve.

Response

Success

abstractstring

A short outline of the contents of the video. The length of an abstract depends on the amount of content in a video that can be transcribed. The API condenses the contents into minimum 20, maximum 300 words.

takeawaysstring[]

A list of 3 key points from the video, in chronological order.

Example response

{
  "takeaways": [
    "Quantum theory is complicated.",
    "Schrödinger's cat is neither dead, nor alive.",
    "Quantum computers are super cool."
  ],
  "abstract": "In this lecture, we discuss how complicated quantum theory is, using the famous example of Schrödingers cat. We also discuss practical applications like quantum computing."
}