GET
/v1/summaries/{id}
No description available
Path Parameters
| Name | Type | Description |
|---|---|---|
| id required | string | - |
Query Parameters
| Name | Type | Description |
|---|---|---|
| include | string | Comma-separated: 'video,transcript,faqs' |
Responses
{
data: {
id: string
createdAt: string
updatedAt: string
title: string
text: string
slug: string
keywords: string
description: string
views: number
flagged: boolean
videoId: string
transcriptId: string
video?: {
id: string
title: string
v: string
thumbnailUrl: string
} transcript?: {
id: string
content: string
createdAt: string
} faqs?: object[]
}}{
success: boolean
error: {
issues: object[]
name: string
}}{
message: string
}{
success: boolean
error: {
issues: object[]
name: string
}} Authentication
Enter your API key to test this endpoint. Get your key from your account settings.
Try it out
Snippets
Loading...
Loading...
Loading...
Loading...
Loading...
