---
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

## Changes

> 50 revisions in range; 1 not diffed.

- **2024-11-06** `e96b7b35b6db` — 1 warning
  - removed the optional property `title` from the response with the `200` status
- **2024-10-21** `0d9103572798` — 1 info
  - endpoint added
- **2022-02-07** `2a4d90a64f88` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/apivideo/apis/api-video/changes/summaries/:summaryId/source/get.md)

---

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