---
title: "Get summary details"
method: GET
path: "/summaries/{summaryId}/source"
tags: ["Summaries"]
---

# Get summary details

`GET /summaries/{summaryId}/source`

Get all details for a summary

## Path parameters

- `summaryId` string, required

## Response `200`

Success

- SummarySource
  - `abstract` string — 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.
  - `takeaways` string[] — A list of 3 key points from the video, in chronological order.

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/apivideo/apis/api-video.md) · [All operations](https://skmtc.net/apivideo/apis/api-video/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apivideo/api-video/revisions/45ec26f342b6/schema)
